Shades of Electric Lime #D1F40A
Tints of Electric Lime #D1F40A
RGB
CMYK
RGB Variations
Color information
#D1F40A (or 0xD1F40A) is known color: Electric Lime. HEX triplet: D1, F4 and 0A. RGB value is (209,244,10). Sum of RGB (Red+Green+Blue) = 209+244+10=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 10 (4.30% from 255 or 2.16% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F40A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F40A is #2E0BF5. Grayscale: #CFCFCF. Windows color (decimal): -3017718 or 718033. OLE color: 718033.
HSL color Cylindrical-coordinate representation of color #D1F40A: hue angle of 68.97º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1F40A is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 10 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.04 |
| HSL | 68.97º | 0.92% | 0.5% | - |
| HSV(B) | 68.97º | 0.96% | 0.96% | - |
| XYZ | 58.7 | 78.28 | 12.3 | - |
| YUV | 206.86 | 16.9 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 10 | 0.14 | 0 | 0.96 | 0.04 | 68.97 | 0.92 | 0.5 |
| Hex | D1 | F4 | A | E | 0 | 60 | 4 | 45 | 5C | 32 |
| Octal | 321 | 364 | 12 | 16 | 0 | 140 | 4 | 105 | 134 | 62 |
| Binary | 11010001 | 11110100 | 1010 | 1110 | 0 | 1100000 | 100 | 1000101 | 1011100 | 110010 |
Color Harmonies of #D1F40A
Complementary color
Monochromatic Colors of #D1F40A
Black with #D1F40A
Text Example
Text Example
White with #D1F40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F40A; }
p { color: rgb(209,244,10); }
H1.HeaderClassName
{
color: #D1F40A;
}
.AnyTagClassName
{
color: #D1F40A;
}
</style>
background-color css
<style>
a { background-color: #D1F40A; }
a { background-color: rgb(209,244,10); }
div.DivClassName
{
background-color: #D1F40A;
}
.BgClassName
{
background-color: #D1F40A;
}
</style>
border-color css
<style>
span { border-color: #D1F40A; }
span { border-color: rgb(209,244,10); }
td.TdClassName
{
border-color: #D1F40A;
}
.TagClassName
{
border-color: #D1F40A;
}
</style>