Shades of Electric Lime #D0F81D
Tints of Electric Lime #D0F81D
RGB
CMYK
RGB Variations
Color information
#D0F81D (or 0xD0F81D) is known color: Electric Lime. HEX triplet: D0, F8 and 1D. RGB value is (208,248,29). Sum of RGB (Red+Green+Blue) = 208+248+29=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F81D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F81D is #2F07E2. Grayscale: #D3D3D3. Windows color (decimal): -3082211 or 1964240. OLE color: 1964240.
HSL color Cylindrical-coordinate representation of color #D0F81D: hue angle of 70.96º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0F81D is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 248 | 29 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.03 |
| HSL | 70.96º | 0.94% | 0.54% | - |
| HSV(B) | 70.96º | 0.88% | 0.97% | - |
| XYZ | 59.8 | 80.63 | 13.57 | - |
| YUV | 211.07 | 25.25 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 248 | 29 | 0.16 | 0 | 0.88 | 0.03 | 70.96 | 0.94 | 0.54 |
| Hex | D0 | F8 | 1D | 10 | 0 | 58 | 3 | 47 | 5E | 36 |
| Octal | 320 | 370 | 35 | 20 | 0 | 130 | 3 | 107 | 136 | 66 |
| Binary | 11010000 | 11111000 | 11101 | 10000 | 0 | 1011000 | 11 | 1000111 | 1011110 | 110110 |
Color Harmonies of #D0F81D
Complementary color
Monochromatic Colors of #D0F81D
Black with #D0F81D
Text Example
Text Example
White with #D0F81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F81D; }
p { color: rgb(208,248,29); }
H1.HeaderClassName
{
color: #D0F81D;
}
.AnyTagClassName
{
color: #D0F81D;
}
</style>
background-color css
<style>
a { background-color: #D0F81D; }
a { background-color: rgb(208,248,29); }
div.DivClassName
{
background-color: #D0F81D;
}
.BgClassName
{
background-color: #D0F81D;
}
</style>
border-color css
<style>
span { border-color: #D0F81D; }
span { border-color: rgb(208,248,29); }
td.TdClassName
{
border-color: #D0F81D;
}
.TagClassName
{
border-color: #D0F81D;
}
</style>