Shades of Electric Lime #D0FD1D
Tints of Electric Lime #D0FD1D
RGB
CMYK
RGB Variations
Color information
#D0FD1D (or 0xD0FD1D) is known color: Electric Lime. HEX triplet: D0, FD and 1D. RGB value is (208,253,29). Sum of RGB (Red+Green+Blue) = 208+253+29=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 253 (99.22% from 255 or 51.63% from 490); Blue value is 29 (11.72% from 255 or 5.92% from 490); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FD1D is #2F02E2. Grayscale: #D6D6D6. Windows color (decimal): -3080931 or 1965520. OLE color: 1965520.
HSL color Cylindrical-coordinate representation of color #D0FD1D: hue angle of 72.05º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0FD1D is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 29 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.01 |
| HSL | 72.05º | 0.98% | 0.55% | - |
| HSV(B) | 72.05º | 0.89% | 0.99% | - |
| XYZ | 61.36 | 83.75 | 14.09 | - |
| YUV | 214.01 | 23.59 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 29 | 0.18 | 0 | 0.89 | 0.01 | 72.05 | 0.98 | 0.55 |
| Hex | D0 | FD | 1D | 12 | 0 | 59 | 1 | 48 | 62 | 37 |
| Octal | 320 | 375 | 35 | 22 | 0 | 131 | 1 | 110 | 142 | 67 |
| Binary | 11010000 | 11111101 | 11101 | 10010 | 0 | 1011001 | 1 | 1001000 | 1100010 | 110111 |
Color Harmonies of #D0FD1D
Complementary color
Monochromatic Colors of #D0FD1D
Black with #D0FD1D
Text Example
Text Example
White with #D0FD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FD1D; }
p { color: rgb(208,253,29); }
H1.HeaderClassName
{
color: #D0FD1D;
}
.AnyTagClassName
{
color: #D0FD1D;
}
</style>
background-color css
<style>
a { background-color: #D0FD1D; }
a { background-color: rgb(208,253,29); }
div.DivClassName
{
background-color: #D0FD1D;
}
.BgClassName
{
background-color: #D0FD1D;
}
</style>
border-color css
<style>
span { border-color: #D0FD1D; }
span { border-color: rgb(208,253,29); }
td.TdClassName
{
border-color: #D0FD1D;
}
.TagClassName
{
border-color: #D0FD1D;
}
</style>