Shades of Electric Lime #D1F219
Tints of Electric Lime #D1F219
RGB
CMYK
RGB Variations
Color information
#D1F219 (or 0xD1F219) is known color: Electric Lime. HEX triplet: D1, F2 and 19. RGB value is (209,242,25). Sum of RGB (Red+Green+Blue) = 209+242+25=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 25 (10.16% from 255 or 5.25% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F219 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F219 is #2E0DE6. Grayscale: #D0D0D0. Windows color (decimal): -3018215 or 1700561. OLE color: 1700561.
HSL color Cylindrical-coordinate representation of color #D1F219: hue angle of 69.12º 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 #D1F219 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 25 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.05 |
| HSL | 69.12º | 0.89% | 0.52% | - |
| HSV(B) | 69.12º | 0.9% | 0.95% | - |
| XYZ | 58.22 | 77.13 | 12.74 | - |
| YUV | 207.4 | 25.07 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 25 | 0.14 | 0 | 0.90 | 0.05 | 69.12 | 0.89 | 0.52 |
| Hex | D1 | F2 | 19 | E | 0 | 5A | 5 | 45 | 59 | 34 |
| Octal | 321 | 362 | 31 | 16 | 0 | 132 | 5 | 105 | 131 | 64 |
| Binary | 11010001 | 11110010 | 11001 | 1110 | 0 | 1011010 | 101 | 1000101 | 1011001 | 110100 |
Color Harmonies of #D1F219
Complementary color
Monochromatic Colors of #D1F219
Black with #D1F219
Text Example
Text Example
White with #D1F219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F219; }
p { color: rgb(209,242,25); }
H1.HeaderClassName
{
color: #D1F219;
}
.AnyTagClassName
{
color: #D1F219;
}
</style>
background-color css
<style>
a { background-color: #D1F219; }
a { background-color: rgb(209,242,25); }
div.DivClassName
{
background-color: #D1F219;
}
.BgClassName
{
background-color: #D1F219;
}
</style>
border-color css
<style>
span { border-color: #D1F219; }
span { border-color: rgb(209,242,25); }
td.TdClassName
{
border-color: #D1F219;
}
.TagClassName
{
border-color: #D1F219;
}
</style>