Shades of Electric Lime #D1F91C
Tints of Electric Lime #D1F91C
RGB
CMYK
RGB Variations
Color information
#D1F91C (or 0xD1F91C) is known color: Electric Lime. HEX triplet: D1, F9 and 1C. RGB value is (209,249,28). Sum of RGB (Red+Green+Blue) = 209+249+28=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 249 (97.66% from 255 or 51.23% from 486); Blue value is 28 (11.33% from 255 or 5.76% from 486); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F91C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F91C is #2E06E3. Grayscale: #D4D4D4. Windows color (decimal): -3016420 or 1898961. OLE color: 1898961.
HSL color Cylindrical-coordinate representation of color #D1F91C: hue angle of 70.86º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1F91C is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 28 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.02 |
| HSL | 70.86º | 0.95% | 0.54% | - |
| HSV(B) | 70.86º | 0.89% | 0.98% | - |
| XYZ | 60.38 | 81.39 | 13.63 | - |
| YUV | 211.85 | 24.25 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 28 | 0.16 | 0 | 0.89 | 0.02 | 70.86 | 0.95 | 0.54 |
| Hex | D1 | F9 | 1C | 10 | 0 | 59 | 2 | 47 | 5F | 36 |
| Octal | 321 | 371 | 34 | 20 | 0 | 131 | 2 | 107 | 137 | 66 |
| Binary | 11010001 | 11111001 | 11100 | 10000 | 0 | 1011001 | 10 | 1000111 | 1011111 | 110110 |
Color Harmonies of #D1F91C
Complementary color
Monochromatic Colors of #D1F91C
Black with #D1F91C
Text Example
Text Example
White with #D1F91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F91C; }
p { color: rgb(209,249,28); }
H1.HeaderClassName
{
color: #D1F91C;
}
.AnyTagClassName
{
color: #D1F91C;
}
</style>
background-color css
<style>
a { background-color: #D1F91C; }
a { background-color: rgb(209,249,28); }
div.DivClassName
{
background-color: #D1F91C;
}
.BgClassName
{
background-color: #D1F91C;
}
</style>
border-color css
<style>
span { border-color: #D1F91C; }
span { border-color: rgb(209,249,28); }
td.TdClassName
{
border-color: #D1F91C;
}
.TagClassName
{
border-color: #D1F91C;
}
</style>