Shades of Electric Lime #CAF218
Tints of Electric Lime #CAF218
RGB
CMYK
RGB Variations
Color information
#CAF218 (or 0xCAF218) is known color: Electric Lime. HEX triplet: CA, F2 and 18. RGB value is (202,242,24). Sum of RGB (Red+Green+Blue) = 202+242+24=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 24 (9.77% from 255 or 5.13% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF218 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF218 is #350DE7. Grayscale: #CECECE. Windows color (decimal): -3476968 or 1635018. OLE color: 1635018.
HSL color Cylindrical-coordinate representation of color #CAF218: hue angle of 71.01º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAF218 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 24 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.05 |
| HSL | 71.01º | 0.89% | 0.52% | - |
| HSV(B) | 71.01º | 0.9% | 0.95% | - |
| XYZ | 56.27 | 76.13 | 12.59 | - |
| YUV | 205.19 | 25.75 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 24 | 0.17 | 0 | 0.90 | 0.05 | 71.01 | 0.89 | 0.52 |
| Hex | CA | F2 | 18 | 11 | 0 | 5A | 5 | 47 | 59 | 34 |
| Octal | 312 | 362 | 30 | 21 | 0 | 132 | 5 | 107 | 131 | 64 |
| Binary | 11001010 | 11110010 | 11000 | 10001 | 0 | 1011010 | 101 | 1000111 | 1011001 | 110100 |
Color Harmonies of #CAF218
Complementary color
Monochromatic Colors of #CAF218
Black with #CAF218
Text Example
Text Example
White with #CAF218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF218; }
p { color: rgb(202,242,24); }
H1.HeaderClassName
{
color: #CAF218;
}
.AnyTagClassName
{
color: #CAF218;
}
</style>
background-color css
<style>
a { background-color: #CAF218; }
a { background-color: rgb(202,242,24); }
div.DivClassName
{
background-color: #CAF218;
}
.BgClassName
{
background-color: #CAF218;
}
</style>
border-color css
<style>
span { border-color: #CAF218; }
span { border-color: rgb(202,242,24); }
td.TdClassName
{
border-color: #CAF218;
}
.TagClassName
{
border-color: #CAF218;
}
</style>