Shades of Electric Lime #D1F71C
Tints of Electric Lime #D1F71C
RGB
CMYK
RGB Variations
Color information
#D1F71C (or 0xD1F71C) is known color: Electric Lime. HEX triplet: D1, F7 and 1C. RGB value is (209,247,28). Sum of RGB (Red+Green+Blue) = 209+247+28=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 247 (96.88% from 255 or 51.03% from 484); Blue value is 28 (11.33% from 255 or 5.79% from 484); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F71C is #2E08E3. Grayscale: #D3D3D3. Windows color (decimal): -3016932 or 1898449. OLE color: 1898449.
HSL color Cylindrical-coordinate representation of color #D1F71C: hue angle of 70.41º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1F71C is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 28 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.03 |
| HSL | 70.41º | 0.93% | 0.54% | - |
| HSV(B) | 70.41º | 0.89% | 0.97% | - |
| XYZ | 59.76 | 80.16 | 13.42 | - |
| YUV | 210.67 | 24.91 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 28 | 0.15 | 0 | 0.89 | 0.03 | 70.41 | 0.93 | 0.54 |
| Hex | D1 | F7 | 1C | F | 0 | 59 | 3 | 46 | 5D | 36 |
| Octal | 321 | 367 | 34 | 17 | 0 | 131 | 3 | 106 | 135 | 66 |
| Binary | 11010001 | 11110111 | 11100 | 1111 | 0 | 1011001 | 11 | 1000110 | 1011101 | 110110 |
Color Harmonies of #D1F71C
Complementary color
Monochromatic Colors of #D1F71C
Black with #D1F71C
Text Example
Text Example
White with #D1F71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F71C; }
p { color: rgb(209,247,28); }
H1.HeaderClassName
{
color: #D1F71C;
}
.AnyTagClassName
{
color: #D1F71C;
}
</style>
background-color css
<style>
a { background-color: #D1F71C; }
a { background-color: rgb(209,247,28); }
div.DivClassName
{
background-color: #D1F71C;
}
.BgClassName
{
background-color: #D1F71C;
}
</style>
border-color css
<style>
span { border-color: #D1F71C; }
span { border-color: rgb(209,247,28); }
td.TdClassName
{
border-color: #D1F71C;
}
.TagClassName
{
border-color: #D1F71C;
}
</style>