Shades of Electric Lime #D0F71A
Tints of Electric Lime #D0F71A
RGB
CMYK
RGB Variations
Color information
#D0F71A (or 0xD0F71A) is known color: Electric Lime. HEX triplet: D0, F7 and 1A. RGB value is (208,247,26). Sum of RGB (Red+Green+Blue) = 208+247+26=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 247 (96.88% from 255 or 51.35% from 481); Blue value is 26 (10.55% from 255 or 5.41% from 481); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F71A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F71A is #2F08E5. Grayscale: #D2D2D2. Windows color (decimal): -3082470 or 1767376. OLE color: 1767376.
HSL color Cylindrical-coordinate representation of color #D0F71A: hue angle of 70.59º 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 #D0F71A is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 26 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.03 |
| HSL | 70.59º | 0.93% | 0.54% | - |
| HSV(B) | 70.59º | 0.89% | 0.97% | - |
| XYZ | 59.46 | 80.01 | 13.29 | - |
| YUV | 210.15 | 24.08 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 26 | 0.16 | 0 | 0.89 | 0.03 | 70.59 | 0.93 | 0.54 |
| Hex | D0 | F7 | 1A | 10 | 0 | 59 | 3 | 47 | 5D | 36 |
| Octal | 320 | 367 | 32 | 20 | 0 | 131 | 3 | 107 | 135 | 66 |
| Binary | 11010000 | 11110111 | 11010 | 10000 | 0 | 1011001 | 11 | 1000111 | 1011101 | 110110 |
Color Harmonies of #D0F71A
Complementary color
Monochromatic Colors of #D0F71A
Black with #D0F71A
Text Example
Text Example
White with #D0F71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F71A; }
p { color: rgb(208,247,26); }
H1.HeaderClassName
{
color: #D0F71A;
}
.AnyTagClassName
{
color: #D0F71A;
}
</style>
background-color css
<style>
a { background-color: #D0F71A; }
a { background-color: rgb(208,247,26); }
div.DivClassName
{
background-color: #D0F71A;
}
.BgClassName
{
background-color: #D0F71A;
}
</style>
border-color css
<style>
span { border-color: #D0F71A; }
span { border-color: rgb(208,247,26); }
td.TdClassName
{
border-color: #D0F71A;
}
.TagClassName
{
border-color: #D0F71A;
}
</style>