Shades of Electric Lime #CAF80C
Tints of Electric Lime #CAF80C
RGB
CMYK
RGB Variations
Color information
#CAF80C (or 0xCAF80C) is known color: Electric Lime. HEX triplet: CA, F8 and 0C. RGB value is (202,248,12). Sum of RGB (Red+Green+Blue) = 202+248+12=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 248 (97.27% from 255 or 53.68% from 462); Blue value is 12 (5.08% from 255 or 2.60% from 462); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF80C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF80C is #3507F3. Grayscale: #D0D0D0. Windows color (decimal): -3475444 or 850122. OLE color: 850122.
HSL color Cylindrical-coordinate representation of color #CAF80C: hue angle of 71.69º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAF80C is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 12 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.03 |
| HSL | 71.69º | 0.94% | 0.51% | - |
| HSV(B) | 71.69º | 0.95% | 0.97% | - |
| XYZ | 57.99 | 79.72 | 12.68 | - |
| YUV | 207.34 | 17.76 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 12 | 0.19 | 0 | 0.95 | 0.03 | 71.69 | 0.94 | 0.51 |
| Hex | CA | F8 | C | 13 | 0 | 5F | 3 | 48 | 5E | 33 |
| Octal | 312 | 370 | 14 | 23 | 0 | 137 | 3 | 110 | 136 | 63 |
| Binary | 11001010 | 11111000 | 1100 | 10011 | 0 | 1011111 | 11 | 1001000 | 1011110 | 110011 |
Color Harmonies of #CAF80C
Complementary color
Monochromatic Colors of #CAF80C
Black with #CAF80C
Text Example
Text Example
White with #CAF80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF80C; }
p { color: rgb(202,248,12); }
H1.HeaderClassName
{
color: #CAF80C;
}
.AnyTagClassName
{
color: #CAF80C;
}
</style>
background-color css
<style>
a { background-color: #CAF80C; }
a { background-color: rgb(202,248,12); }
div.DivClassName
{
background-color: #CAF80C;
}
.BgClassName
{
background-color: #CAF80C;
}
</style>
border-color css
<style>
span { border-color: #CAF80C; }
span { border-color: rgb(202,248,12); }
td.TdClassName
{
border-color: #CAF80C;
}
.TagClassName
{
border-color: #CAF80C;
}
</style>