Shades of Electric Lime #CAF610
Tints of Electric Lime #CAF610
RGB
CMYK
RGB Variations
Color information
#CAF610 (or 0xCAF610) is known color: Electric Lime. HEX triplet: CA, F6 and 10. RGB value is (202,246,16). Sum of RGB (Red+Green+Blue) = 202+246+16=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 246 (96.48% from 255 or 53.02% from 464); Blue value is 16 (6.64% from 255 or 3.45% from 464); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF610 is #3509EF. Grayscale: #CFCFCF. Windows color (decimal): -3475952 or 1111754. OLE color: 1111754.
HSL color Cylindrical-coordinate representation of color #CAF610: hue angle of 71.48º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAF610 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 16 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.04 |
| HSL | 71.48º | 0.93% | 0.51% | - |
| HSV(B) | 71.48º | 0.93% | 0.96% | - |
| XYZ | 57.41 | 78.51 | 12.62 | - |
| YUV | 206.62 | 20.42 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 16 | 0.18 | 0 | 0.93 | 0.04 | 71.48 | 0.93 | 0.51 |
| Hex | CA | F6 | 10 | 12 | 0 | 5D | 4 | 47 | 5D | 33 |
| Octal | 312 | 366 | 20 | 22 | 0 | 135 | 4 | 107 | 135 | 63 |
| Binary | 11001010 | 11110110 | 10000 | 10010 | 0 | 1011101 | 100 | 1000111 | 1011101 | 110011 |
Color Harmonies of #CAF610
Complementary color
Monochromatic Colors of #CAF610
Black with #CAF610
Text Example
Text Example
White with #CAF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF610; }
p { color: rgb(202,246,16); }
H1.HeaderClassName
{
color: #CAF610;
}
.AnyTagClassName
{
color: #CAF610;
}
</style>
background-color css
<style>
a { background-color: #CAF610; }
a { background-color: rgb(202,246,16); }
div.DivClassName
{
background-color: #CAF610;
}
.BgClassName
{
background-color: #CAF610;
}
</style>
border-color css
<style>
span { border-color: #CAF610; }
span { border-color: rgb(202,246,16); }
td.TdClassName
{
border-color: #CAF610;
}
.TagClassName
{
border-color: #CAF610;
}
</style>