Shades of Electric Lime #CAFE0F
Tints of Electric Lime #CAFE0F
RGB
CMYK
RGB Variations
Color information
#CAFE0F (or 0xCAFE0F) is known color: Electric Lime. HEX triplet: CA, FE and 0F. RGB value is (202,254,15). Sum of RGB (Red+Green+Blue) = 202+254+15=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 254 (99.61% from 255 or 53.93% from 471); Blue value is 15 (6.25% from 255 or 3.18% from 471); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFE0F is #3501F0. Grayscale: #D4D4D4. Windows color (decimal): -3473905 or 1048266. OLE color: 1048266.
HSL color Cylindrical-coordinate representation of color #CAFE0F: hue angle of 73.05º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAFE0F is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 15 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.00 |
| HSL | 73.05º | 0.99% | 0.53% | - |
| HSV(B) | 73.05º | 0.94% | 1% | - |
| XYZ | 59.89 | 83.47 | 13.41 | - |
| YUV | 211.21 | 17.27 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 15 | 0.20 | 0 | 0.94 | 0.00 | 73.05 | 0.99 | 0.53 |
| Hex | CA | FE | F | 14 | 0 | 5E | 0 | 49 | 63 | 35 |
| Octal | 312 | 376 | 17 | 24 | 0 | 136 | 0 | 111 | 143 | 65 |
| Binary | 11001010 | 11111110 | 1111 | 10100 | 0 | 1011110 | 0 | 1001001 | 1100011 | 110101 |
Color Harmonies of #CAFE0F
Complementary color
Monochromatic Colors of #CAFE0F
Black with #CAFE0F
Text Example
Text Example
White with #CAFE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE0F; }
p { color: rgb(202,254,15); }
H1.HeaderClassName
{
color: #CAFE0F;
}
.AnyTagClassName
{
color: #CAFE0F;
}
</style>
background-color css
<style>
a { background-color: #CAFE0F; }
a { background-color: rgb(202,254,15); }
div.DivClassName
{
background-color: #CAFE0F;
}
.BgClassName
{
background-color: #CAFE0F;
}
</style>
border-color css
<style>
span { border-color: #CAFE0F; }
span { border-color: rgb(202,254,15); }
td.TdClassName
{
border-color: #CAFE0F;
}
.TagClassName
{
border-color: #CAFE0F;
}
</style>