Shades of Electric Lime #CAF710
Tints of Electric Lime #CAF710
RGB
CMYK
RGB Variations
Color information
#CAF710 (or 0xCAF710) is known color: Electric Lime. HEX triplet: CA, F7 and 10. RGB value is (202,247,16). Sum of RGB (Red+Green+Blue) = 202+247+16=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 247 (96.88% from 255 or 53.12% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF710 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF710 is #3508EF. Grayscale: #D0D0D0. Windows color (decimal): -3475696 or 1112010. OLE color: 1112010.
HSL color Cylindrical-coordinate representation of color #CAF710: hue angle of 71.69º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAF710 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 16 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.03 |
| HSL | 71.69º | 0.94% | 0.52% | - |
| HSV(B) | 71.69º | 0.94% | 0.97% | - |
| XYZ | 57.71 | 79.12 | 12.72 | - |
| YUV | 207.21 | 20.09 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 16 | 0.18 | 0 | 0.94 | 0.03 | 71.69 | 0.94 | 0.52 |
| Hex | CA | F7 | 10 | 12 | 0 | 5E | 3 | 48 | 5E | 34 |
| Octal | 312 | 367 | 20 | 22 | 0 | 136 | 3 | 110 | 136 | 64 |
| Binary | 11001010 | 11110111 | 10000 | 10010 | 0 | 1011110 | 11 | 1001000 | 1011110 | 110100 |
Color Harmonies of #CAF710
Complementary color
Monochromatic Colors of #CAF710
Black with #CAF710
Text Example
Text Example
White with #CAF710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF710; }
p { color: rgb(202,247,16); }
H1.HeaderClassName
{
color: #CAF710;
}
.AnyTagClassName
{
color: #CAF710;
}
</style>
background-color css
<style>
a { background-color: #CAF710; }
a { background-color: rgb(202,247,16); }
div.DivClassName
{
background-color: #CAF710;
}
.BgClassName
{
background-color: #CAF710;
}
</style>
border-color css
<style>
span { border-color: #CAF710; }
span { border-color: rgb(202,247,16); }
td.TdClassName
{
border-color: #CAF710;
}
.TagClassName
{
border-color: #CAF710;
}
</style>