Shades of Electric Lime #CAF91E
Tints of Electric Lime #CAF91E
RGB
CMYK
RGB Variations
Color information
#CAF91E (or 0xCAF91E) is known color: Electric Lime. HEX triplet: CA, F9 and 1E. RGB value is (202,249,30). Sum of RGB (Red+Green+Blue) = 202+249+30=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 249 (97.66% from 255 or 51.77% from 481); Blue value is 30 (12.11% from 255 or 6.24% from 481); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF91E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF91E is #3506E1. Grayscale: #D2D2D2. Windows color (decimal): -3475170 or 2030026. OLE color: 2030026.
HSL color Cylindrical-coordinate representation of color #CAF91E: hue angle of 72.88º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAF91E is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 30 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.02 |
| HSL | 72.88º | 0.95% | 0.55% | - |
| HSV(B) | 72.88º | 0.88% | 0.98% | - |
| XYZ | 58.47 | 80.4 | 13.67 | - |
| YUV | 209.98 | 26.43 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 30 | 0.19 | 0 | 0.88 | 0.02 | 72.88 | 0.95 | 0.55 |
| Hex | CA | F9 | 1E | 13 | 0 | 58 | 2 | 49 | 5F | 37 |
| Octal | 312 | 371 | 36 | 23 | 0 | 130 | 2 | 111 | 137 | 67 |
| Binary | 11001010 | 11111001 | 11110 | 10011 | 0 | 1011000 | 10 | 1001001 | 1011111 | 110111 |
Color Harmonies of #CAF91E
Complementary color
Monochromatic Colors of #CAF91E
Black with #CAF91E
Text Example
Text Example
White with #CAF91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF91E; }
p { color: rgb(202,249,30); }
H1.HeaderClassName
{
color: #CAF91E;
}
.AnyTagClassName
{
color: #CAF91E;
}
</style>
background-color css
<style>
a { background-color: #CAF91E; }
a { background-color: rgb(202,249,30); }
div.DivClassName
{
background-color: #CAF91E;
}
.BgClassName
{
background-color: #CAF91E;
}
</style>
border-color css
<style>
span { border-color: #CAF91E; }
span { border-color: rgb(202,249,30); }
td.TdClassName
{
border-color: #CAF91E;
}
.TagClassName
{
border-color: #CAF91E;
}
</style>