Shades of Electric Lime #CAFF00
Tints of Electric Lime #CAFF00
RGB
CMYK
RGB Variations
Color information
#CAFF00 (or 0xCAFF00) is known color: Electric Lime. HEX triplet: CA, FF and 00. RGB value is (202,255,0). Sum of RGB (Red+Green+Blue) = 202+255+0=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 0 (0.39% from 255 or 0% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFF00 is #3500FF. Grayscale: #D3D3D3. Windows color (decimal): -3473664 or 65482. OLE color: 65482.
HSL color Cylindrical-coordinate representation of color #CAFF00: hue angle of 72.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAFF00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0 |
| HSL | 72.47º | 1% | 0.5% | - |
| HSV(B) | 72.47º | 1% | 1% | - |
| XYZ | 60.12 | 84.08 | 13.06 | - |
| YUV | 210.08 | 9.44 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 0 | 0.21 | 0 | 1 | 0 | 72.47 | 1 | 0.5 |
| Hex | CA | FF | 0 | 15 | 0 | 64 | 0 | 48 | 64 | 32 |
| Octal | 312 | 377 | 0 | 25 | 0 | 144 | 0 | 110 | 144 | 62 |
| Binary | 11001010 | 11111111 | 0 | 10101 | 0 | 1100100 | 0 | 1001000 | 1100100 | 110010 |
Color Harmonies of #CAFF00
Complementary color
Monochromatic Colors of #CAFF00
Black with #CAFF00
Text Example
Text Example
White with #CAFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFF00; }
p { color: rgb(202,255,0); }
H1.HeaderClassName
{
color: #CAFF00;
}
.AnyTagClassName
{
color: #CAFF00;
}
</style>
background-color css
<style>
a { background-color: #CAFF00; }
a { background-color: rgb(202,255,0); }
div.DivClassName
{
background-color: #CAFF00;
}
.BgClassName
{
background-color: #CAFF00;
}
</style>
border-color css
<style>
span { border-color: #CAFF00; }
span { border-color: rgb(202,255,0); }
td.TdClassName
{
border-color: #CAFF00;
}
.TagClassName
{
border-color: #CAFF00;
}
</style>