Shades of Electric Lime #CAF81C
Tints of Electric Lime #CAF81C
RGB
CMYK
RGB Variations
Color information
#CAF81C (or 0xCAF81C) is known color: Electric Lime. HEX triplet: CA, F8 and 1C. RGB value is (202,248,28). Sum of RGB (Red+Green+Blue) = 202+248+28=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 28 (11.33% from 255 or 5.86% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF81C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF81C is #3507E3. Grayscale: #D2D2D2. Windows color (decimal): -3475428 or 1898698. OLE color: 1898698.
HSL color Cylindrical-coordinate representation of color #CAF81C: hue angle of 72.55º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAF81C is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 28 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.03 |
| HSL | 72.55º | 0.94% | 0.54% | - |
| HSV(B) | 72.55º | 0.89% | 0.97% | - |
| XYZ | 58.13 | 79.78 | 13.43 | - |
| YUV | 209.17 | 25.76 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 28 | 0.19 | 0 | 0.89 | 0.03 | 72.55 | 0.94 | 0.54 |
| Hex | CA | F8 | 1C | 13 | 0 | 59 | 3 | 49 | 5E | 36 |
| Octal | 312 | 370 | 34 | 23 | 0 | 131 | 3 | 111 | 136 | 66 |
| Binary | 11001010 | 11111000 | 11100 | 10011 | 0 | 1011001 | 11 | 1001001 | 1011110 | 110110 |
Color Harmonies of #CAF81C
Complementary color
Monochromatic Colors of #CAF81C
Black with #CAF81C
Text Example
Text Example
White with #CAF81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF81C; }
p { color: rgb(202,248,28); }
H1.HeaderClassName
{
color: #CAF81C;
}
.AnyTagClassName
{
color: #CAF81C;
}
</style>
background-color css
<style>
a { background-color: #CAF81C; }
a { background-color: rgb(202,248,28); }
div.DivClassName
{
background-color: #CAF81C;
}
.BgClassName
{
background-color: #CAF81C;
}
</style>
border-color css
<style>
span { border-color: #CAF81C; }
span { border-color: rgb(202,248,28); }
td.TdClassName
{
border-color: #CAF81C;
}
.TagClassName
{
border-color: #CAF81C;
}
</style>