Shades of Electric Lime #CAFE17
Tints of Electric Lime #CAFE17
RGB
CMYK
RGB Variations
Color information
#CAFE17 (or 0xCAFE17) is known color: Electric Lime. HEX triplet: CA, FE and 17. RGB value is (202,254,23). Sum of RGB (Red+Green+Blue) = 202+254+23=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 23 (9.38% from 255 or 4.80% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFE17 is #3501E8. Grayscale: #D4D4D4. Windows color (decimal): -3473897 or 1572554. OLE color: 1572554.
HSL color Cylindrical-coordinate representation of color #CAFE17: hue angle of 73.51º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAFE17 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 23 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.00 |
| HSL | 73.51º | 0.99% | 0.54% | - |
| HSV(B) | 73.51º | 0.91% | 1% | - |
| XYZ | 59.95 | 83.5 | 13.77 | - |
| YUV | 212.12 | 21.27 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 23 | 0.20 | 0 | 0.91 | 0.00 | 73.51 | 0.99 | 0.54 |
| Hex | CA | FE | 17 | 14 | 0 | 5B | 0 | 4A | 63 | 36 |
| Octal | 312 | 376 | 27 | 24 | 0 | 133 | 0 | 112 | 143 | 66 |
| Binary | 11001010 | 11111110 | 10111 | 10100 | 0 | 1011011 | 0 | 1001010 | 1100011 | 110110 |
Color Harmonies of #CAFE17
Complementary color
Monochromatic Colors of #CAFE17
Black with #CAFE17
Text Example
Text Example
White with #CAFE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE17; }
p { color: rgb(202,254,23); }
H1.HeaderClassName
{
color: #CAFE17;
}
.AnyTagClassName
{
color: #CAFE17;
}
</style>
background-color css
<style>
a { background-color: #CAFE17; }
a { background-color: rgb(202,254,23); }
div.DivClassName
{
background-color: #CAFE17;
}
.BgClassName
{
background-color: #CAFE17;
}
</style>
border-color css
<style>
span { border-color: #CAFE17; }
span { border-color: rgb(202,254,23); }
td.TdClassName
{
border-color: #CAFE17;
}
.TagClassName
{
border-color: #CAFE17;
}
</style>