RGB
204, 255, 0
HSL
72°, 100%, 50%
CMYK
20, 0, 100, 0
HSV
72°, 100%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #CCFF00 |
color: #CCFF00;
|
| RGB | 204, 255, 0 |
color: rgb(204, 255, 0);
|
| RGB Percentage | 80%, 100%, 0% |
color: rgb(80%, 100%, 0%);
|
| CMYK | 20%, 0%, 100%, 0% | Not supported in CSS |
| HSL | 72°, 100%, 50% |
color: hsl(72, 100%, 50%);
|
| HSV | 72°, 100%, 100% | Not supported in CSS |
| CIE-LAB | 40, -10, 85 |
color: lab(40% -10 85);
|
| Decimal | 13434624 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.yellow-green {
color: #CCFF00;
}
SCSS
$yellow-green: #CCFF00;
RGB
rgb(204, 255, 0)
Accessibility & Contrast
White background
1.18:1
1.18
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
17.87:1
17.87
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element