Shades of Electric Lime #CAF818
Tints of Electric Lime #CAF818
RGB
CMYK
RGB Variations
Color information
#CAF818 (or 0xCAF818) is known color: Electric Lime. HEX triplet: CA, F8 and 18. RGB value is (202,248,24). Sum of RGB (Red+Green+Blue) = 202+248+24=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 24 (9.77% from 255 or 5.06% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF818 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF818 is #3507E7. Grayscale: #D1D1D1. Windows color (decimal): -3475432 or 1636554. OLE color: 1636554.
HSL color Cylindrical-coordinate representation of color #CAF818: hue angle of 72.32º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAF818 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 24 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.03 |
| HSL | 72.32º | 0.94% | 0.53% | - |
| HSV(B) | 72.32º | 0.9% | 0.97% | - |
| XYZ | 58.09 | 79.76 | 13.2 | - |
| YUV | 208.71 | 23.76 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 24 | 0.19 | 0 | 0.90 | 0.03 | 72.32 | 0.94 | 0.53 |
| Hex | CA | F8 | 18 | 13 | 0 | 5A | 3 | 48 | 5E | 35 |
| Octal | 312 | 370 | 30 | 23 | 0 | 132 | 3 | 110 | 136 | 65 |
| Binary | 11001010 | 11111000 | 11000 | 10011 | 0 | 1011010 | 11 | 1001000 | 1011110 | 110101 |
Color Harmonies of #CAF818
Complementary color
Monochromatic Colors of #CAF818
Black with #CAF818
Text Example
Text Example
White with #CAF818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF818; }
p { color: rgb(202,248,24); }
H1.HeaderClassName
{
color: #CAF818;
}
.AnyTagClassName
{
color: #CAF818;
}
</style>
background-color css
<style>
a { background-color: #CAF818; }
a { background-color: rgb(202,248,24); }
div.DivClassName
{
background-color: #CAF818;
}
.BgClassName
{
background-color: #CAF818;
}
</style>
border-color css
<style>
span { border-color: #CAF818; }
span { border-color: rgb(202,248,24); }
td.TdClassName
{
border-color: #CAF818;
}
.TagClassName
{
border-color: #CAF818;
}
</style>