Shades of Electric Lime #D2DF08
Tints of Electric Lime #D2DF08
RGB
CMYK
RGB Variations
Color information
#D2DF08 (or 0xD2DF08) is known color: Electric Lime. HEX triplet: D2, DF and 08. RGB value is (210,223,8). Sum of RGB (Red+Green+Blue) = 210+223+8=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DF08 is #2D20F7. Grayscale: #C3C3C3. Windows color (decimal): -2957560 or 581586. OLE color: 581586.
HSL color Cylindrical-coordinate representation of color #D2DF08: hue angle of 63.63º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2DF08 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.13 |
| HSL | 63.63º | 0.93% | 0.45% | - |
| HSV(B) | 63.63º | 0.96% | 0.87% | - |
| XYZ | 53.01 | 66.49 | 10.27 | - |
| YUV | 194.6 | 22.69 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 8 | 0.06 | 0 | 0.96 | 0.13 | 63.63 | 0.93 | 0.45 |
| Hex | D2 | DF | 8 | 6 | 0 | 60 | D | 40 | 5D | 2D |
| Octal | 322 | 337 | 10 | 6 | 0 | 140 | 15 | 100 | 135 | 55 |
| Binary | 11010010 | 11011111 | 1000 | 110 | 0 | 1100000 | 1101 | 1000000 | 1011101 | 101101 |
Color Harmonies of #D2DF08
Complementary color
Monochromatic Colors of #D2DF08
Black with #D2DF08
Text Example
Text Example
White with #D2DF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DF08; }
p { color: rgb(210,223,8); }
H1.HeaderClassName
{
color: #D2DF08;
}
.AnyTagClassName
{
color: #D2DF08;
}
</style>
background-color css
<style>
a { background-color: #D2DF08; }
a { background-color: rgb(210,223,8); }
div.DivClassName
{
background-color: #D2DF08;
}
.BgClassName
{
background-color: #D2DF08;
}
</style>
border-color css
<style>
span { border-color: #D2DF08; }
span { border-color: rgb(210,223,8); }
td.TdClassName
{
border-color: #D2DF08;
}
.TagClassName
{
border-color: #D2DF08;
}
</style>