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