Shades of Electric Lime #D1F40D
Tints of Electric Lime #D1F40D
RGB
CMYK
RGB Variations
Color information
#D1F40D (or 0xD1F40D) is known color: Electric Lime. HEX triplet: D1, F4 and 0D. RGB value is (209,244,13). Sum of RGB (Red+Green+Blue) = 209+244+13=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 244 (95.70% from 255 or 52.36% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F40D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F40D is #2E0BF2. Grayscale: #D0D0D0. Windows color (decimal): -3017715 or 914641. OLE color: 914641.
HSL color Cylindrical-coordinate representation of color #D1F40D: hue angle of 69.09º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1F40D is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 13 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.04 |
| HSL | 69.09º | 0.91% | 0.5% | - |
| HSV(B) | 69.09º | 0.95% | 0.96% | - |
| XYZ | 58.72 | 78.29 | 12.4 | - |
| YUV | 207.2 | 18.4 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 13 | 0.14 | 0 | 0.95 | 0.04 | 69.09 | 0.91 | 0.5 |
| Hex | D1 | F4 | D | E | 0 | 5F | 4 | 45 | 5B | 32 |
| Octal | 321 | 364 | 15 | 16 | 0 | 137 | 4 | 105 | 133 | 62 |
| Binary | 11010001 | 11110100 | 1101 | 1110 | 0 | 1011111 | 100 | 1000101 | 1011011 | 110010 |
Color Harmonies of #D1F40D
Complementary color
Monochromatic Colors of #D1F40D
Black with #D1F40D
Text Example
Text Example
White with #D1F40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F40D; }
p { color: rgb(209,244,13); }
H1.HeaderClassName
{
color: #D1F40D;
}
.AnyTagClassName
{
color: #D1F40D;
}
</style>
background-color css
<style>
a { background-color: #D1F40D; }
a { background-color: rgb(209,244,13); }
div.DivClassName
{
background-color: #D1F40D;
}
.BgClassName
{
background-color: #D1F40D;
}
</style>
border-color css
<style>
span { border-color: #D1F40D; }
span { border-color: rgb(209,244,13); }
td.TdClassName
{
border-color: #D1F40D;
}
.TagClassName
{
border-color: #D1F40D;
}
</style>