Shades of Electric Lime #CAFF17
Tints of Electric Lime #CAFF17
RGB
CMYK
RGB Variations
Color information
#CAFF17 (or 0xCAFF17) is known color: Electric Lime. HEX triplet: CA, FF and 17. RGB value is (202,255,23). Sum of RGB (Red+Green+Blue) = 202+255+23=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 23 (9.38% from 255 or 4.79% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFF17 is #3500E8. Grayscale: #D5D5D5. Windows color (decimal): -3473641 or 1572810. OLE color: 1572810.
HSL color Cylindrical-coordinate representation of color #CAFF17: hue angle of 73.71º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAFF17 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 23 | - |
| CMYK | 0.21 | 0 | 0.91 | 0 |
| HSL | 73.71º | 1% | 0.55% | - |
| HSV(B) | 73.71º | 0.91% | 1% | - |
| XYZ | 60.27 | 84.14 | 13.87 | - |
| YUV | 212.71 | 20.94 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 23 | 0.21 | 0 | 0.91 | 0 | 73.71 | 1 | 0.55 |
| Hex | CA | FF | 17 | 15 | 0 | 5B | 0 | 4A | 64 | 37 |
| Octal | 312 | 377 | 27 | 25 | 0 | 133 | 0 | 112 | 144 | 67 |
| Binary | 11001010 | 11111111 | 10111 | 10101 | 0 | 1011011 | 0 | 1001010 | 1100100 | 110111 |
Color Harmonies of #CAFF17
Complementary color
Monochromatic Colors of #CAFF17
Black with #CAFF17
Text Example
Text Example
White with #CAFF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFF17; }
p { color: rgb(202,255,23); }
H1.HeaderClassName
{
color: #CAFF17;
}
.AnyTagClassName
{
color: #CAFF17;
}
</style>
background-color css
<style>
a { background-color: #CAFF17; }
a { background-color: rgb(202,255,23); }
div.DivClassName
{
background-color: #CAFF17;
}
.BgClassName
{
background-color: #CAFF17;
}
</style>
border-color css
<style>
span { border-color: #CAFF17; }
span { border-color: rgb(202,255,23); }
td.TdClassName
{
border-color: #CAFF17;
}
.TagClassName
{
border-color: #CAFF17;
}
</style>