Shades of Electric Lime #D0FB1D
Tints of Electric Lime #D0FB1D
RGB
CMYK
RGB Variations
Color information
#D0FB1D (or 0xD0FB1D) is known color: Electric Lime. HEX triplet: D0, FB and 1D. RGB value is (208,251,29). Sum of RGB (Red+Green+Blue) = 208+251+29=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FB1D is #2F04E2. Grayscale: #D5D5D5. Windows color (decimal): -3081443 or 1965008. OLE color: 1965008.
HSL color Cylindrical-coordinate representation of color #D0FB1D: hue angle of 71.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0FB1D is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 29 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.02 |
| HSL | 71.62º | 0.97% | 0.55% | - |
| HSV(B) | 71.62º | 0.88% | 0.98% | - |
| XYZ | 60.73 | 82.49 | 13.88 | - |
| YUV | 212.84 | 24.25 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 29 | 0.17 | 0 | 0.88 | 0.02 | 71.62 | 0.97 | 0.55 |
| Hex | D0 | FB | 1D | 11 | 0 | 58 | 2 | 48 | 61 | 37 |
| Octal | 320 | 373 | 35 | 21 | 0 | 130 | 2 | 110 | 141 | 67 |
| Binary | 11010000 | 11111011 | 11101 | 10001 | 0 | 1011000 | 10 | 1001000 | 1100001 | 110111 |
Color Harmonies of #D0FB1D
Complementary color
Monochromatic Colors of #D0FB1D
Black with #D0FB1D
Text Example
Text Example
White with #D0FB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB1D; }
p { color: rgb(208,251,29); }
H1.HeaderClassName
{
color: #D0FB1D;
}
.AnyTagClassName
{
color: #D0FB1D;
}
</style>
background-color css
<style>
a { background-color: #D0FB1D; }
a { background-color: rgb(208,251,29); }
div.DivClassName
{
background-color: #D0FB1D;
}
.BgClassName
{
background-color: #D0FB1D;
}
</style>
border-color css
<style>
span { border-color: #D0FB1D; }
span { border-color: rgb(208,251,29); }
td.TdClassName
{
border-color: #D0FB1D;
}
.TagClassName
{
border-color: #D0FB1D;
}
</style>