Shades of Electric Lime #CAF502
Tints of Electric Lime #CAF502
RGB
CMYK
RGB Variations
Color information
#CAF502 (or 0xCAF502) is known color: Electric Lime. HEX triplet: CA, F5 and 02. RGB value is (202,245,2). Sum of RGB (Red+Green+Blue) = 202+245+2=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 245 (96.09% from 255 or 54.57% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF502 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF502 is #350AFD. Grayscale: #CDCDCD. Windows color (decimal): -3476222 or 193994. OLE color: 193994.
HSL color Cylindrical-coordinate representation of color #CAF502: hue angle of 70.62º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAF502 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.04 |
| HSL | 70.62º | 0.98% | 0.48% | - |
| HSV(B) | 70.62º | 0.99% | 0.96% | - |
| XYZ | 57.02 | 77.87 | 12.08 | - |
| YUV | 204.44 | 13.75 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 2 | 0.18 | 0 | 0.99 | 0.04 | 70.62 | 0.98 | 0.48 |
| Hex | CA | F5 | 2 | 12 | 0 | 63 | 4 | 47 | 62 | 30 |
| Octal | 312 | 365 | 2 | 22 | 0 | 143 | 4 | 107 | 142 | 60 |
| Binary | 11001010 | 11110101 | 10 | 10010 | 0 | 1100011 | 100 | 1000111 | 1100010 | 110000 |
Color Harmonies of #CAF502
Complementary color
Monochromatic Colors of #CAF502
Black with #CAF502
Text Example
Text Example
White with #CAF502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF502; }
p { color: rgb(202,245,2); }
H1.HeaderClassName
{
color: #CAF502;
}
.AnyTagClassName
{
color: #CAF502;
}
</style>
background-color css
<style>
a { background-color: #CAF502; }
a { background-color: rgb(202,245,2); }
div.DivClassName
{
background-color: #CAF502;
}
.BgClassName
{
background-color: #CAF502;
}
</style>
border-color css
<style>
span { border-color: #CAF502; }
span { border-color: rgb(202,245,2); }
td.TdClassName
{
border-color: #CAF502;
}
.TagClassName
{
border-color: #CAF502;
}
</style>