Shades of Electric Lime #CAFE02
Tints of Electric Lime #CAFE02
RGB
CMYK
RGB Variations
Color information
#CAFE02 (or 0xCAFE02) is known color: Electric Lime. HEX triplet: CA, FE and 02. RGB value is (202,254,2). Sum of RGB (Red+Green+Blue) = 202+254+2=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 254 (99.61% from 255 or 55.46% from 458); Blue value is 2 (1.17% from 255 or 0.44% from 458); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFE02 is #3501FD. Grayscale: #D2D2D2. Windows color (decimal): -3473918 or 196298. OLE color: 196298.
HSL color Cylindrical-coordinate representation of color #CAFE02: hue angle of 72.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAFE02 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.00 |
| HSL | 72.38º | 0.99% | 0.5% | - |
| HSV(B) | 72.38º | 0.99% | 1% | - |
| XYZ | 59.81 | 83.44 | 13.01 | - |
| YUV | 209.72 | 10.77 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 2 | 0.20 | 0 | 0.99 | 0.00 | 72.38 | 0.99 | 0.5 |
| Hex | CA | FE | 2 | 14 | 0 | 63 | 0 | 48 | 63 | 32 |
| Octal | 312 | 376 | 2 | 24 | 0 | 143 | 0 | 110 | 143 | 62 |
| Binary | 11001010 | 11111110 | 10 | 10100 | 0 | 1100011 | 0 | 1001000 | 1100011 | 110010 |
Color Harmonies of #CAFE02
Complementary color
Monochromatic Colors of #CAFE02
Black with #CAFE02
Text Example
Text Example
White with #CAFE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE02; }
p { color: rgb(202,254,2); }
H1.HeaderClassName
{
color: #CAFE02;
}
.AnyTagClassName
{
color: #CAFE02;
}
</style>
background-color css
<style>
a { background-color: #CAFE02; }
a { background-color: rgb(202,254,2); }
div.DivClassName
{
background-color: #CAFE02;
}
.BgClassName
{
background-color: #CAFE02;
}
</style>
border-color css
<style>
span { border-color: #CAFE02; }
span { border-color: rgb(202,254,2); }
td.TdClassName
{
border-color: #CAFE02;
}
.TagClassName
{
border-color: #CAFE02;
}
</style>