Shades of Electric Lime #CAF118
Tints of Electric Lime #CAF118
RGB
CMYK
RGB Variations
Color information
#CAF118 (or 0xCAF118) is known color: Electric Lime. HEX triplet: CA, F1 and 18. RGB value is (202,241,24). Sum of RGB (Red+Green+Blue) = 202+241+24=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 24 (9.77% from 255 or 5.14% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF118 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF118 is #350EE7. Grayscale: #CDCDCD. Windows color (decimal): -3477224 or 1634762. OLE color: 1634762.
HSL color Cylindrical-coordinate representation of color #CAF118: hue angle of 70.78º 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 #CAF118 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 24 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.05 |
| HSL | 70.78º | 0.89% | 0.52% | - |
| HSV(B) | 70.78º | 0.9% | 0.95% | - |
| XYZ | 55.98 | 75.53 | 12.49 | - |
| YUV | 204.6 | 26.08 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 24 | 0.16 | 0 | 0.90 | 0.05 | 70.78 | 0.89 | 0.52 |
| Hex | CA | F1 | 18 | 10 | 0 | 5A | 5 | 47 | 59 | 34 |
| Octal | 312 | 361 | 30 | 20 | 0 | 132 | 5 | 107 | 131 | 64 |
| Binary | 11001010 | 11110001 | 11000 | 10000 | 0 | 1011010 | 101 | 1000111 | 1011001 | 110100 |
Color Harmonies of #CAF118
Complementary color
Monochromatic Colors of #CAF118
Black with #CAF118
Text Example
Text Example
White with #CAF118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF118; }
p { color: rgb(202,241,24); }
H1.HeaderClassName
{
color: #CAF118;
}
.AnyTagClassName
{
color: #CAF118;
}
</style>
background-color css
<style>
a { background-color: #CAF118; }
a { background-color: rgb(202,241,24); }
div.DivClassName
{
background-color: #CAF118;
}
.BgClassName
{
background-color: #CAF118;
}
</style>
border-color css
<style>
span { border-color: #CAF118; }
span { border-color: rgb(202,241,24); }
td.TdClassName
{
border-color: #CAF118;
}
.TagClassName
{
border-color: #CAF118;
}
</style>