Shades of Electric Lime #CAF90E
Tints of Electric Lime #CAF90E
RGB
CMYK
RGB Variations
Color information
#CAF90E (or 0xCAF90E) is known color: Electric Lime. HEX triplet: CA, F9 and 0E. RGB value is (202,249,14). Sum of RGB (Red+Green+Blue) = 202+249+14=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 249 (97.66% from 255 or 53.55% from 465); Blue value is 14 (5.86% from 255 or 3.01% from 465); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF90E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF90E is #3506F1. Grayscale: #D1D1D1. Windows color (decimal): -3475186 or 981450. OLE color: 981450.
HSL color Cylindrical-coordinate representation of color #CAF90E: hue angle of 72º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAF90E is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 14 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.02 |
| HSL | 72º | 0.95% | 0.52% | - |
| HSV(B) | 72º | 0.94% | 0.98% | - |
| XYZ | 58.31 | 80.34 | 12.85 | - |
| YUV | 208.16 | 18.43 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 14 | 0.19 | 0 | 0.94 | 0.02 | 72 | 0.95 | 0.52 |
| Hex | CA | F9 | E | 13 | 0 | 5E | 2 | 48 | 5F | 34 |
| Octal | 312 | 371 | 16 | 23 | 0 | 136 | 2 | 110 | 137 | 64 |
| Binary | 11001010 | 11111001 | 1110 | 10011 | 0 | 1011110 | 10 | 1001000 | 1011111 | 110100 |
Color Harmonies of #CAF90E
Complementary color
Monochromatic Colors of #CAF90E
Black with #CAF90E
Text Example
Text Example
White with #CAF90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF90E; }
p { color: rgb(202,249,14); }
H1.HeaderClassName
{
color: #CAF90E;
}
.AnyTagClassName
{
color: #CAF90E;
}
</style>
background-color css
<style>
a { background-color: #CAF90E; }
a { background-color: rgb(202,249,14); }
div.DivClassName
{
background-color: #CAF90E;
}
.BgClassName
{
background-color: #CAF90E;
}
</style>
border-color css
<style>
span { border-color: #CAF90E; }
span { border-color: rgb(202,249,14); }
td.TdClassName
{
border-color: #CAF90E;
}
.TagClassName
{
border-color: #CAF90E;
}
</style>