Shades of Electric Lime #D0F10D
Tints of Electric Lime #D0F10D
RGB
CMYK
RGB Variations
Color information
#D0F10D (or 0xD0F10D) is known color: Electric Lime. HEX triplet: D0, F1 and 0D. RGB value is (208,241,13). Sum of RGB (Red+Green+Blue) = 208+241+13=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 13 (5.47% from 255 or 2.81% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F10D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F10D is #2F0EF2. Grayscale: #CECECE. Windows color (decimal): -3084019 or 913872. OLE color: 913872.
HSL color Cylindrical-coordinate representation of color #D0F10D: hue angle of 68.68º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0F10D is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 13 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.05 |
| HSL | 68.68º | 0.9% | 0.5% | - |
| HSV(B) | 68.68º | 0.95% | 0.95% | - |
| XYZ | 57.54 | 76.35 | 12.09 | - |
| YUV | 205.14 | 19.57 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 13 | 0.14 | 0 | 0.95 | 0.05 | 68.68 | 0.9 | 0.5 |
| Hex | D0 | F1 | D | E | 0 | 5F | 5 | 45 | 5A | 32 |
| Octal | 320 | 361 | 15 | 16 | 0 | 137 | 5 | 105 | 132 | 62 |
| Binary | 11010000 | 11110001 | 1101 | 1110 | 0 | 1011111 | 101 | 1000101 | 1011010 | 110010 |
Color Harmonies of #D0F10D
Complementary color
Monochromatic Colors of #D0F10D
Black with #D0F10D
Text Example
Text Example
White with #D0F10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F10D; }
p { color: rgb(208,241,13); }
H1.HeaderClassName
{
color: #D0F10D;
}
.AnyTagClassName
{
color: #D0F10D;
}
</style>
background-color css
<style>
a { background-color: #D0F10D; }
a { background-color: rgb(208,241,13); }
div.DivClassName
{
background-color: #D0F10D;
}
.BgClassName
{
background-color: #D0F10D;
}
</style>
border-color css
<style>
span { border-color: #D0F10D; }
span { border-color: rgb(208,241,13); }
td.TdClassName
{
border-color: #D0F10D;
}
.TagClassName
{
border-color: #D0F10D;
}
</style>