Shades of Electric Lime #CAF718
Tints of Electric Lime #CAF718
RGB
CMYK
RGB Variations
Color information
#CAF718 (or 0xCAF718) is known color: Electric Lime. HEX triplet: CA, F7 and 18. RGB value is (202,247,24). Sum of RGB (Red+Green+Blue) = 202+247+24=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 247 (96.88% from 255 or 52.22% from 473); Blue value is 24 (9.77% from 255 or 5.07% from 473); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF718 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF718 is #3508E7. Grayscale: #D0D0D0. Windows color (decimal): -3475688 or 1636298. OLE color: 1636298.
HSL color Cylindrical-coordinate representation of color #CAF718: hue angle of 72.11º degrees, saturation: 0.93, 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 #CAF718 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 24 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.03 |
| HSL | 72.11º | 0.93% | 0.53% | - |
| HSV(B) | 72.11º | 0.9% | 0.97% | - |
| XYZ | 57.78 | 79.14 | 13.1 | - |
| YUV | 208.12 | 24.09 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 24 | 0.18 | 0 | 0.90 | 0.03 | 72.11 | 0.93 | 0.53 |
| Hex | CA | F7 | 18 | 12 | 0 | 5A | 3 | 48 | 5D | 35 |
| Octal | 312 | 367 | 30 | 22 | 0 | 132 | 3 | 110 | 135 | 65 |
| Binary | 11001010 | 11110111 | 11000 | 10010 | 0 | 1011010 | 11 | 1001000 | 1011101 | 110101 |
Color Harmonies of #CAF718
Complementary color
Monochromatic Colors of #CAF718
Black with #CAF718
Text Example
Text Example
White with #CAF718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF718; }
p { color: rgb(202,247,24); }
H1.HeaderClassName
{
color: #CAF718;
}
.AnyTagClassName
{
color: #CAF718;
}
</style>
background-color css
<style>
a { background-color: #CAF718; }
a { background-color: rgb(202,247,24); }
div.DivClassName
{
background-color: #CAF718;
}
.BgClassName
{
background-color: #CAF718;
}
</style>
border-color css
<style>
span { border-color: #CAF718; }
span { border-color: rgb(202,247,24); }
td.TdClassName
{
border-color: #CAF718;
}
.TagClassName
{
border-color: #CAF718;
}
</style>