Shades of Electric Lime #CAF618
Tints of Electric Lime #CAF618
RGB
CMYK
RGB Variations
Color information
#CAF618 (or 0xCAF618) is known color: Electric Lime. HEX triplet: CA, F6 and 18. RGB value is (202,246,24). Sum of RGB (Red+Green+Blue) = 202+246+24=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 246 (96.48% from 255 or 52.12% from 472); Blue value is 24 (9.77% from 255 or 5.08% from 472); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF618 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF618 is #3509E7. Grayscale: #D0D0D0. Windows color (decimal): -3475944 or 1636042. OLE color: 1636042.
HSL color Cylindrical-coordinate representation of color #CAF618: hue angle of 71.89º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAF618 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 24 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.04 |
| HSL | 71.89º | 0.93% | 0.53% | - |
| HSV(B) | 71.89º | 0.9% | 0.96% | - |
| XYZ | 57.48 | 78.53 | 12.99 | - |
| YUV | 207.54 | 24.42 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 24 | 0.18 | 0 | 0.90 | 0.04 | 71.89 | 0.93 | 0.53 |
| Hex | CA | F6 | 18 | 12 | 0 | 5A | 4 | 48 | 5C | 35 |
| Octal | 312 | 366 | 30 | 22 | 0 | 132 | 4 | 110 | 134 | 65 |
| Binary | 11001010 | 11110110 | 11000 | 10010 | 0 | 1011010 | 100 | 1001000 | 1011100 | 110101 |
Color Harmonies of #CAF618
Complementary color
Monochromatic Colors of #CAF618
Black with #CAF618
Text Example
Text Example
White with #CAF618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF618; }
p { color: rgb(202,246,24); }
H1.HeaderClassName
{
color: #CAF618;
}
.AnyTagClassName
{
color: #CAF618;
}
</style>
background-color css
<style>
a { background-color: #CAF618; }
a { background-color: rgb(202,246,24); }
div.DivClassName
{
background-color: #CAF618;
}
.BgClassName
{
background-color: #CAF618;
}
</style>
border-color css
<style>
span { border-color: #CAF618; }
span { border-color: rgb(202,246,24); }
td.TdClassName
{
border-color: #CAF618;
}
.TagClassName
{
border-color: #CAF618;
}
</style>