Shades of Electric Lime #D1F91A
Tints of Electric Lime #D1F91A
RGB
CMYK
RGB Variations
Color information
#D1F91A (or 0xD1F91A) is known color: Electric Lime. HEX triplet: D1, F9 and 1A. RGB value is (209,249,26). Sum of RGB (Red+Green+Blue) = 209+249+26=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 26 (10.55% from 255 or 5.37% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F91A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F91A is #2E06E5. Grayscale: #D4D4D4. Windows color (decimal): -3016422 or 1767889. OLE color: 1767889.
HSL color Cylindrical-coordinate representation of color #D1F91A: hue angle of 70.76º 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 #D1F91A is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 26 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.02 |
| HSL | 70.76º | 0.95% | 0.54% | - |
| HSV(B) | 70.76º | 0.9% | 0.98% | - |
| XYZ | 60.36 | 81.38 | 13.5 | - |
| YUV | 211.62 | 23.25 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 26 | 0.16 | 0 | 0.90 | 0.02 | 70.76 | 0.95 | 0.54 |
| Hex | D1 | F9 | 1A | 10 | 0 | 5A | 2 | 47 | 5F | 36 |
| Octal | 321 | 371 | 32 | 20 | 0 | 132 | 2 | 107 | 137 | 66 |
| Binary | 11010001 | 11111001 | 11010 | 10000 | 0 | 1011010 | 10 | 1000111 | 1011111 | 110110 |
Color Harmonies of #D1F91A
Complementary color
Monochromatic Colors of #D1F91A
Black with #D1F91A
Text Example
Text Example
White with #D1F91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F91A; }
p { color: rgb(209,249,26); }
H1.HeaderClassName
{
color: #D1F91A;
}
.AnyTagClassName
{
color: #D1F91A;
}
</style>
background-color css
<style>
a { background-color: #D1F91A; }
a { background-color: rgb(209,249,26); }
div.DivClassName
{
background-color: #D1F91A;
}
.BgClassName
{
background-color: #D1F91A;
}
</style>
border-color css
<style>
span { border-color: #D1F91A; }
span { border-color: rgb(209,249,26); }
td.TdClassName
{
border-color: #D1F91A;
}
.TagClassName
{
border-color: #D1F91A;
}
</style>