Shades of Electric Lime #CAF518
Tints of Electric Lime #CAF518
RGB
CMYK
RGB Variations
Color information
#CAF518 (or 0xCAF518) is known color: Electric Lime. HEX triplet: CA, F5 and 18. RGB value is (202,245,24). Sum of RGB (Red+Green+Blue) = 202+245+24=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 245 (96.09% from 255 or 52.02% from 471); Blue value is 24 (9.77% from 255 or 5.10% from 471); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF518 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF518 is #350AE7. Grayscale: #CFCFCF. Windows color (decimal): -3476200 or 1635786. OLE color: 1635786.
HSL color Cylindrical-coordinate representation of color #CAF518: hue angle of 71.67º degrees, saturation: 0.92, 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 #CAF518 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 24 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.04 |
| HSL | 71.67º | 0.92% | 0.53% | - |
| HSV(B) | 71.67º | 0.9% | 0.96% | - |
| XYZ | 57.17 | 77.93 | 12.89 | - |
| YUV | 206.95 | 24.75 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 24 | 0.18 | 0 | 0.90 | 0.04 | 71.67 | 0.92 | 0.53 |
| Hex | CA | F5 | 18 | 12 | 0 | 5A | 4 | 48 | 5C | 35 |
| Octal | 312 | 365 | 30 | 22 | 0 | 132 | 4 | 110 | 134 | 65 |
| Binary | 11001010 | 11110101 | 11000 | 10010 | 0 | 1011010 | 100 | 1001000 | 1011100 | 110101 |
Color Harmonies of #CAF518
Complementary color
Monochromatic Colors of #CAF518
Black with #CAF518
Text Example
Text Example
White with #CAF518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF518; }
p { color: rgb(202,245,24); }
H1.HeaderClassName
{
color: #CAF518;
}
.AnyTagClassName
{
color: #CAF518;
}
</style>
background-color css
<style>
a { background-color: #CAF518; }
a { background-color: rgb(202,245,24); }
div.DivClassName
{
background-color: #CAF518;
}
.BgClassName
{
background-color: #CAF518;
}
</style>
border-color css
<style>
span { border-color: #CAF518; }
span { border-color: rgb(202,245,24); }
td.TdClassName
{
border-color: #CAF518;
}
.TagClassName
{
border-color: #CAF518;
}
</style>