Shades of Electric Lime #D5FA19
Tints of Electric Lime #D5FA19
RGB
CMYK
RGB Variations
Color information
#D5FA19 (or 0xD5FA19) is known color: Electric Lime. HEX triplet: D5, FA and 19. RGB value is (213,250,25). Sum of RGB (Red+Green+Blue) = 213+250+25=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 25 (10.16% from 255 or 5.12% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FA19 is #2A05E6. Grayscale: #D6D6D6. Windows color (decimal): -2754023 or 1702613. OLE color: 1702613.
HSL color Cylindrical-coordinate representation of color #D5FA19: hue angle of 69.87º degrees, saturation: 0.96, 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 #D5FA19 is Cyan = 0.15, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 25 | - |
| CMYK | 0.15 | 0 | 0.9 | 0.02 |
| HSL | 69.87º | 0.96% | 0.54% | - |
| HSV(B) | 69.87º | 0.9% | 0.98% | - |
| XYZ | 61.8 | 82.59 | 13.6 | - |
| YUV | 213.29 | 21.74 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 25 | 0.15 | 0 | 0.9 | 0.02 | 69.87 | 0.96 | 0.54 |
| Hex | D5 | FA | 19 | F | 0 | 5A | 2 | 46 | 60 | 36 |
| Octal | 325 | 372 | 31 | 17 | 0 | 132 | 2 | 106 | 140 | 66 |
| Binary | 11010101 | 11111010 | 11001 | 1111 | 0 | 1011010 | 10 | 1000110 | 1100000 | 110110 |
Color Harmonies of #D5FA19
Complementary color
Monochromatic Colors of #D5FA19
Black with #D5FA19
Text Example
Text Example
White with #D5FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA19; }
p { color: rgb(213,250,25); }
H1.HeaderClassName
{
color: #D5FA19;
}
.AnyTagClassName
{
color: #D5FA19;
}
</style>
background-color css
<style>
a { background-color: #D5FA19; }
a { background-color: rgb(213,250,25); }
div.DivClassName
{
background-color: #D5FA19;
}
.BgClassName
{
background-color: #D5FA19;
}
</style>
border-color css
<style>
span { border-color: #D5FA19; }
span { border-color: rgb(213,250,25); }
td.TdClassName
{
border-color: #D5FA19;
}
.TagClassName
{
border-color: #D5FA19;
}
</style>