Shades of Electric Lime #CAF919
Tints of Electric Lime #CAF919
RGB
CMYK
RGB Variations
Color information
#CAF919 (or 0xCAF919) is known color: Electric Lime. HEX triplet: CA, F9 and 19. RGB value is (202,249,25). Sum of RGB (Red+Green+Blue) = 202+249+25=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 249 (97.66% from 255 or 52.31% from 476); Blue value is 25 (10.16% from 255 or 5.25% from 476); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF919 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF919 is #3506E6. Grayscale: #D2D2D2. Windows color (decimal): -3475175 or 1702346. OLE color: 1702346.
HSL color Cylindrical-coordinate representation of color #CAF919: hue angle of 72.59º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAF919 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 25 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.02 |
| HSL | 72.59º | 0.95% | 0.54% | - |
| HSV(B) | 72.59º | 0.9% | 0.98% | - |
| XYZ | 58.41 | 80.38 | 13.36 | - |
| YUV | 209.41 | 23.93 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 25 | 0.19 | 0 | 0.90 | 0.02 | 72.59 | 0.95 | 0.54 |
| Hex | CA | F9 | 19 | 13 | 0 | 5A | 2 | 49 | 5F | 36 |
| Octal | 312 | 371 | 31 | 23 | 0 | 132 | 2 | 111 | 137 | 66 |
| Binary | 11001010 | 11111001 | 11001 | 10011 | 0 | 1011010 | 10 | 1001001 | 1011111 | 110110 |
Color Harmonies of #CAF919
Complementary color
Monochromatic Colors of #CAF919
Black with #CAF919
Text Example
Text Example
White with #CAF919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF919; }
p { color: rgb(202,249,25); }
H1.HeaderClassName
{
color: #CAF919;
}
.AnyTagClassName
{
color: #CAF919;
}
</style>
background-color css
<style>
a { background-color: #CAF919; }
a { background-color: rgb(202,249,25); }
div.DivClassName
{
background-color: #CAF919;
}
.BgClassName
{
background-color: #CAF919;
}
</style>
border-color css
<style>
span { border-color: #CAF919; }
span { border-color: rgb(202,249,25); }
td.TdClassName
{
border-color: #CAF919;
}
.TagClassName
{
border-color: #CAF919;
}
</style>