Shades of Electric Lime #D0F211
Tints of Electric Lime #D0F211
RGB
CMYK
RGB Variations
Color information
#D0F211 (or 0xD0F211) is known color: Electric Lime. HEX triplet: D0, F2 and 11. RGB value is (208,242,17). Sum of RGB (Red+Green+Blue) = 208+242+17=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 17 (7.03% from 255 or 3.64% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F211 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F211 is #2F0DEE. Grayscale: #CFCFCF. Windows color (decimal): -3083759 or 1176272. OLE color: 1176272.
HSL color Cylindrical-coordinate representation of color #D0F211: hue angle of 69.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0F211 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 17 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.05 |
| HSL | 69.07º | 0.9% | 0.51% | - |
| HSV(B) | 69.07º | 0.93% | 0.95% | - |
| XYZ | 57.87 | 76.95 | 12.33 | - |
| YUV | 206.18 | 21.24 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 17 | 0.14 | 0 | 0.93 | 0.05 | 69.07 | 0.9 | 0.51 |
| Hex | D0 | F2 | 11 | E | 0 | 5D | 5 | 45 | 5A | 33 |
| Octal | 320 | 362 | 21 | 16 | 0 | 135 | 5 | 105 | 132 | 63 |
| Binary | 11010000 | 11110010 | 10001 | 1110 | 0 | 1011101 | 101 | 1000101 | 1011010 | 110011 |
Color Harmonies of #D0F211
Complementary color
Monochromatic Colors of #D0F211
Black with #D0F211
Text Example
Text Example
White with #D0F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F211; }
p { color: rgb(208,242,17); }
H1.HeaderClassName
{
color: #D0F211;
}
.AnyTagClassName
{
color: #D0F211;
}
</style>
background-color css
<style>
a { background-color: #D0F211; }
a { background-color: rgb(208,242,17); }
div.DivClassName
{
background-color: #D0F211;
}
.BgClassName
{
background-color: #D0F211;
}
</style>
border-color css
<style>
span { border-color: #D0F211; }
span { border-color: rgb(208,242,17); }
td.TdClassName
{
border-color: #D0F211;
}
.TagClassName
{
border-color: #D0F211;
}
</style>