Shades of Electric Lime #CAF617
Tints of Electric Lime #CAF617
RGB
CMYK
RGB Variations
Color information
#CAF617 (or 0xCAF617) is known color: Electric Lime. HEX triplet: CA, F6 and 17. RGB value is (202,246,23). Sum of RGB (Red+Green+Blue) = 202+246+23=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 246 (96.48% from 255 or 52.23% from 471); Blue value is 23 (9.38% from 255 or 4.88% from 471); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF617 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF617 is #3509E8. Grayscale: #D0D0D0. Windows color (decimal): -3475945 or 1570506. OLE color: 1570506.
HSL color Cylindrical-coordinate representation of color #CAF617: hue angle of 71.84º 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 #CAF617 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 23 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.04 |
| HSL | 71.84º | 0.93% | 0.53% | - |
| HSV(B) | 71.84º | 0.91% | 0.96% | - |
| XYZ | 57.47 | 78.53 | 12.94 | - |
| YUV | 207.42 | 23.92 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 23 | 0.18 | 0 | 0.91 | 0.04 | 71.84 | 0.93 | 0.53 |
| Hex | CA | F6 | 17 | 12 | 0 | 5B | 4 | 48 | 5D | 35 |
| Octal | 312 | 366 | 27 | 22 | 0 | 133 | 4 | 110 | 135 | 65 |
| Binary | 11001010 | 11110110 | 10111 | 10010 | 0 | 1011011 | 100 | 1001000 | 1011101 | 110101 |
Color Harmonies of #CAF617
Complementary color
Monochromatic Colors of #CAF617
Black with #CAF617
Text Example
Text Example
White with #CAF617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF617; }
p { color: rgb(202,246,23); }
H1.HeaderClassName
{
color: #CAF617;
}
.AnyTagClassName
{
color: #CAF617;
}
</style>
background-color css
<style>
a { background-color: #CAF617; }
a { background-color: rgb(202,246,23); }
div.DivClassName
{
background-color: #CAF617;
}
.BgClassName
{
background-color: #CAF617;
}
</style>
border-color css
<style>
span { border-color: #CAF617; }
span { border-color: rgb(202,246,23); }
td.TdClassName
{
border-color: #CAF617;
}
.TagClassName
{
border-color: #CAF617;
}
</style>