Shades of Electric Lime #CAF219
Tints of Electric Lime #CAF219
RGB
CMYK
RGB Variations
Color information
#CAF219 (or 0xCAF219) is known color: Electric Lime. HEX triplet: CA, F2 and 19. RGB value is (202,242,25). Sum of RGB (Red+Green+Blue) = 202+242+25=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 242 (94.92% from 255 or 51.60% from 469); Blue value is 25 (10.16% from 255 or 5.33% from 469); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF219 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF219 is #350DE6. Grayscale: #CECECE. Windows color (decimal): -3476967 or 1700554. OLE color: 1700554.
HSL color Cylindrical-coordinate representation of color #CAF219: hue angle of 71.06º 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 #CAF219 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 25 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.05 |
| HSL | 71.06º | 0.89% | 0.52% | - |
| HSV(B) | 71.06º | 0.9% | 0.95% | - |
| XYZ | 56.28 | 76.13 | 12.65 | - |
| YUV | 205.3 | 26.25 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 25 | 0.17 | 0 | 0.90 | 0.05 | 71.06 | 0.89 | 0.52 |
| Hex | CA | F2 | 19 | 11 | 0 | 5A | 5 | 47 | 59 | 34 |
| Octal | 312 | 362 | 31 | 21 | 0 | 132 | 5 | 107 | 131 | 64 |
| Binary | 11001010 | 11110010 | 11001 | 10001 | 0 | 1011010 | 101 | 1000111 | 1011001 | 110100 |
Color Harmonies of #CAF219
Complementary color
Monochromatic Colors of #CAF219
Black with #CAF219
Text Example
Text Example
White with #CAF219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF219; }
p { color: rgb(202,242,25); }
H1.HeaderClassName
{
color: #CAF219;
}
.AnyTagClassName
{
color: #CAF219;
}
</style>
background-color css
<style>
a { background-color: #CAF219; }
a { background-color: rgb(202,242,25); }
div.DivClassName
{
background-color: #CAF219;
}
.BgClassName
{
background-color: #CAF219;
}
</style>
border-color css
<style>
span { border-color: #CAF219; }
span { border-color: rgb(202,242,25); }
td.TdClassName
{
border-color: #CAF219;
}
.TagClassName
{
border-color: #CAF219;
}
</style>