Shades of Electric Lime #D1F414
Tints of Electric Lime #D1F414
RGB
CMYK
RGB Variations
Color information
#D1F414 (or 0xD1F414) is known color: Electric Lime. HEX triplet: D1, F4 and 14. RGB value is (209,244,20). Sum of RGB (Red+Green+Blue) = 209+244+20=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 244 (95.70% from 255 or 51.59% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F414 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F414 is #2E0BEB. Grayscale: #D0D0D0. Windows color (decimal): -3017708 or 1373393. OLE color: 1373393.
HSL color Cylindrical-coordinate representation of color #D1F414: hue angle of 69.38º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1F414 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 20 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.04 |
| HSL | 69.38º | 0.91% | 0.52% | - |
| HSV(B) | 69.38º | 0.92% | 0.96% | - |
| XYZ | 58.77 | 78.31 | 12.68 | - |
| YUV | 208 | 21.9 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 20 | 0.14 | 0 | 0.92 | 0.04 | 69.38 | 0.91 | 0.52 |
| Hex | D1 | F4 | 14 | E | 0 | 5C | 4 | 45 | 5B | 34 |
| Octal | 321 | 364 | 24 | 16 | 0 | 134 | 4 | 105 | 133 | 64 |
| Binary | 11010001 | 11110100 | 10100 | 1110 | 0 | 1011100 | 100 | 1000101 | 1011011 | 110100 |
Color Harmonies of #D1F414
Complementary color
Monochromatic Colors of #D1F414
Black with #D1F414
Text Example
Text Example
White with #D1F414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F414; }
p { color: rgb(209,244,20); }
H1.HeaderClassName
{
color: #D1F414;
}
.AnyTagClassName
{
color: #D1F414;
}
</style>
background-color css
<style>
a { background-color: #D1F414; }
a { background-color: rgb(209,244,20); }
div.DivClassName
{
background-color: #D1F414;
}
.BgClassName
{
background-color: #D1F414;
}
</style>
border-color css
<style>
span { border-color: #D1F414; }
span { border-color: rgb(209,244,20); }
td.TdClassName
{
border-color: #D1F414;
}
.TagClassName
{
border-color: #D1F414;
}
</style>