Shades of Electric Lime #D0FD1E
Tints of Electric Lime #D0FD1E
RGB
CMYK
RGB Variations
Color information
#D0FD1E (or 0xD0FD1E) is known color: Electric Lime. HEX triplet: D0, FD and 1E. RGB value is (208,253,30). Sum of RGB (Red+Green+Blue) = 208+253+30=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 30 (12.11% from 255 or 6.11% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FD1E is #2F02E1. Grayscale: #D6D6D6. Windows color (decimal): -3080930 or 2031056. OLE color: 2031056.
HSL color Cylindrical-coordinate representation of color #D0FD1E: hue angle of 72.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0FD1E is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 30 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.01 |
| HSL | 72.11º | 0.98% | 0.55% | - |
| HSV(B) | 72.11º | 0.88% | 0.99% | - |
| XYZ | 61.37 | 83.75 | 14.16 | - |
| YUV | 214.12 | 24.09 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 30 | 0.18 | 0 | 0.88 | 0.01 | 72.11 | 0.98 | 0.55 |
| Hex | D0 | FD | 1E | 12 | 0 | 58 | 1 | 48 | 62 | 37 |
| Octal | 320 | 375 | 36 | 22 | 0 | 130 | 1 | 110 | 142 | 67 |
| Binary | 11010000 | 11111101 | 11110 | 10010 | 0 | 1011000 | 1 | 1001000 | 1100010 | 110111 |
Color Harmonies of #D0FD1E
Complementary color
Monochromatic Colors of #D0FD1E
Black with #D0FD1E
Text Example
Text Example
White with #D0FD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FD1E; }
p { color: rgb(208,253,30); }
H1.HeaderClassName
{
color: #D0FD1E;
}
.AnyTagClassName
{
color: #D0FD1E;
}
</style>
background-color css
<style>
a { background-color: #D0FD1E; }
a { background-color: rgb(208,253,30); }
div.DivClassName
{
background-color: #D0FD1E;
}
.BgClassName
{
background-color: #D0FD1E;
}
</style>
border-color css
<style>
span { border-color: #D0FD1E; }
span { border-color: rgb(208,253,30); }
td.TdClassName
{
border-color: #D0FD1E;
}
.TagClassName
{
border-color: #D0FD1E;
}
</style>