Shades of Electric Lime #CAF616
Tints of Electric Lime #CAF616
RGB
CMYK
RGB Variations
Color information
#CAF616 (or 0xCAF616) is known color: Electric Lime. HEX triplet: CA, F6 and 16. RGB value is (202,246,22). Sum of RGB (Red+Green+Blue) = 202+246+22=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 246 (96.48% from 255 or 52.34% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF616 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF616 is #3509E9. Grayscale: #D0D0D0. Windows color (decimal): -3475946 or 1504970. OLE color: 1504970.
HSL color Cylindrical-coordinate representation of color #CAF616: hue angle of 71.79º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAF616 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 22 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.04 |
| HSL | 71.79º | 0.93% | 0.53% | - |
| HSV(B) | 71.79º | 0.91% | 0.96% | - |
| XYZ | 57.46 | 78.53 | 12.89 | - |
| YUV | 207.31 | 23.42 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 22 | 0.18 | 0 | 0.91 | 0.04 | 71.79 | 0.93 | 0.53 |
| Hex | CA | F6 | 16 | 12 | 0 | 5B | 4 | 48 | 5D | 35 |
| Octal | 312 | 366 | 26 | 22 | 0 | 133 | 4 | 110 | 135 | 65 |
| Binary | 11001010 | 11110110 | 10110 | 10010 | 0 | 1011011 | 100 | 1001000 | 1011101 | 110101 |
Color Harmonies of #CAF616
Complementary color
Monochromatic Colors of #CAF616
Black with #CAF616
Text Example
Text Example
White with #CAF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF616; }
p { color: rgb(202,246,22); }
H1.HeaderClassName
{
color: #CAF616;
}
.AnyTagClassName
{
color: #CAF616;
}
</style>
background-color css
<style>
a { background-color: #CAF616; }
a { background-color: rgb(202,246,22); }
div.DivClassName
{
background-color: #CAF616;
}
.BgClassName
{
background-color: #CAF616;
}
</style>
border-color css
<style>
span { border-color: #CAF616; }
span { border-color: rgb(202,246,22); }
td.TdClassName
{
border-color: #CAF616;
}
.TagClassName
{
border-color: #CAF616;
}
</style>