Shades of Electric Lime #CAFF09
Tints of Electric Lime #CAFF09
RGB
CMYK
RGB Variations
Color information
#CAFF09 (or 0xCAFF09) is known color: Electric Lime. HEX triplet: CA, FF and 09. RGB value is (202,255,9). Sum of RGB (Red+Green+Blue) = 202+255+9=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 9 (3.91% from 255 or 1.93% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFF09 is #3500F6. Grayscale: #D4D4D4. Windows color (decimal): -3473655 or 655306. OLE color: 655306.
HSL color Cylindrical-coordinate representation of color #CAFF09: hue angle of 72.93º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAFF09 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 9 | - |
| CMYK | 0.21 | 0 | 0.96 | 0 |
| HSL | 72.93º | 1% | 0.52% | - |
| HSV(B) | 72.93º | 0.96% | 1% | - |
| XYZ | 60.17 | 84.1 | 13.32 | - |
| YUV | 211.11 | 13.94 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 9 | 0.21 | 0 | 0.96 | 0 | 72.93 | 1 | 0.52 |
| Hex | CA | FF | 9 | 15 | 0 | 60 | 0 | 49 | 64 | 34 |
| Octal | 312 | 377 | 11 | 25 | 0 | 140 | 0 | 111 | 144 | 64 |
| Binary | 11001010 | 11111111 | 1001 | 10101 | 0 | 1100000 | 0 | 1001001 | 1100100 | 110100 |
Color Harmonies of #CAFF09
Complementary color
Monochromatic Colors of #CAFF09
Black with #CAFF09
Text Example
Text Example
White with #CAFF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFF09; }
p { color: rgb(202,255,9); }
H1.HeaderClassName
{
color: #CAFF09;
}
.AnyTagClassName
{
color: #CAFF09;
}
</style>
background-color css
<style>
a { background-color: #CAFF09; }
a { background-color: rgb(202,255,9); }
div.DivClassName
{
background-color: #CAFF09;
}
.BgClassName
{
background-color: #CAFF09;
}
</style>
border-color css
<style>
span { border-color: #CAFF09; }
span { border-color: rgb(202,255,9); }
td.TdClassName
{
border-color: #CAFF09;
}
.TagClassName
{
border-color: #CAFF09;
}
</style>