Shades of Electric Lime #D0F216
Tints of Electric Lime #D0F216
RGB
CMYK
RGB Variations
Color information
#D0F216 (or 0xD0F216) is known color: Electric Lime. HEX triplet: D0, F2 and 16. RGB value is (208,242,22). Sum of RGB (Red+Green+Blue) = 208+242+22=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F216 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F216 is #2F0DE9. Grayscale: #CFCFCF. Windows color (decimal): -3083754 or 1503952. OLE color: 1503952.
HSL color Cylindrical-coordinate representation of color #D0F216: hue angle of 69.27º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0F216 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 22 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.05 |
| HSL | 69.27º | 0.89% | 0.52% | - |
| HSV(B) | 69.27º | 0.91% | 0.95% | - |
| XYZ | 57.91 | 76.97 | 12.56 | - |
| YUV | 206.75 | 23.74 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 22 | 0.14 | 0 | 0.91 | 0.05 | 69.27 | 0.89 | 0.52 |
| Hex | D0 | F2 | 16 | E | 0 | 5B | 5 | 45 | 59 | 34 |
| Octal | 320 | 362 | 26 | 16 | 0 | 133 | 5 | 105 | 131 | 64 |
| Binary | 11010000 | 11110010 | 10110 | 1110 | 0 | 1011011 | 101 | 1000101 | 1011001 | 110100 |
Color Harmonies of #D0F216
Complementary color
Monochromatic Colors of #D0F216
Black with #D0F216
Text Example
Text Example
White with #D0F216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F216; }
p { color: rgb(208,242,22); }
H1.HeaderClassName
{
color: #D0F216;
}
.AnyTagClassName
{
color: #D0F216;
}
</style>
background-color css
<style>
a { background-color: #D0F216; }
a { background-color: rgb(208,242,22); }
div.DivClassName
{
background-color: #D0F216;
}
.BgClassName
{
background-color: #D0F216;
}
</style>
border-color css
<style>
span { border-color: #D0F216; }
span { border-color: rgb(208,242,22); }
td.TdClassName
{
border-color: #D0F216;
}
.TagClassName
{
border-color: #D0F216;
}
</style>