Shades of Electric Lime #CAF119
Tints of Electric Lime #CAF119
RGB
CMYK
RGB Variations
Color information
#CAF119 (or 0xCAF119) is known color: Electric Lime. HEX triplet: CA, F1 and 19. RGB value is (202,241,25). Sum of RGB (Red+Green+Blue) = 202+241+25=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 25 (10.16% from 255 or 5.34% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF119 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF119 is #350EE6. Grayscale: #CDCDCD. Windows color (decimal): -3477223 or 1700298. OLE color: 1700298.
HSL color Cylindrical-coordinate representation of color #CAF119: hue angle of 70.83º 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 #CAF119 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 25 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.05 |
| HSL | 70.83º | 0.89% | 0.52% | - |
| HSV(B) | 70.83º | 0.9% | 0.95% | - |
| XYZ | 55.99 | 75.54 | 12.55 | - |
| YUV | 204.72 | 26.58 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 25 | 0.16 | 0 | 0.90 | 0.05 | 70.83 | 0.89 | 0.52 |
| Hex | CA | F1 | 19 | 10 | 0 | 5A | 5 | 47 | 59 | 34 |
| Octal | 312 | 361 | 31 | 20 | 0 | 132 | 5 | 107 | 131 | 64 |
| Binary | 11001010 | 11110001 | 11001 | 10000 | 0 | 1011010 | 101 | 1000111 | 1011001 | 110100 |
Color Harmonies of #CAF119
Complementary color
Monochromatic Colors of #CAF119
Black with #CAF119
Text Example
Text Example
White with #CAF119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF119; }
p { color: rgb(202,241,25); }
H1.HeaderClassName
{
color: #CAF119;
}
.AnyTagClassName
{
color: #CAF119;
}
</style>
background-color css
<style>
a { background-color: #CAF119; }
a { background-color: rgb(202,241,25); }
div.DivClassName
{
background-color: #CAF119;
}
.BgClassName
{
background-color: #CAF119;
}
</style>
border-color css
<style>
span { border-color: #CAF119; }
span { border-color: rgb(202,241,25); }
td.TdClassName
{
border-color: #CAF119;
}
.TagClassName
{
border-color: #CAF119;
}
</style>