Shades of Electric Lime #D2DF04
Tints of Electric Lime #D2DF04
RGB
CMYK
RGB Variations
Color information
#D2DF04 (or 0xD2DF04) is known color: Electric Lime. HEX triplet: D2, DF and 04. RGB value is (210,223,4). Sum of RGB (Red+Green+Blue) = 210+223+4=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 4 (1.95% from 255 or 0.92% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DF04 is #2D20FB. Grayscale: #C3C3C3. Windows color (decimal): -2957564 or 319442. OLE color: 319442.
HSL color Cylindrical-coordinate representation of color #D2DF04: hue angle of 63.56º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2DF04 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 4 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.13 |
| HSL | 63.56º | 0.96% | 0.45% | - |
| HSV(B) | 63.56º | 0.98% | 0.87% | - |
| XYZ | 52.99 | 66.49 | 10.16 | - |
| YUV | 194.15 | 20.69 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 4 | 0.06 | 0 | 0.98 | 0.13 | 63.56 | 0.96 | 0.45 |
| Hex | D2 | DF | 4 | 6 | 0 | 62 | D | 40 | 60 | 2D |
| Octal | 322 | 337 | 4 | 6 | 0 | 142 | 15 | 100 | 140 | 55 |
| Binary | 11010010 | 11011111 | 100 | 110 | 0 | 1100010 | 1101 | 1000000 | 1100000 | 101101 |
Color Harmonies of #D2DF04
Complementary color
Monochromatic Colors of #D2DF04
Black with #D2DF04
Text Example
Text Example
White with #D2DF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DF04; }
p { color: rgb(210,223,4); }
H1.HeaderClassName
{
color: #D2DF04;
}
.AnyTagClassName
{
color: #D2DF04;
}
</style>
background-color css
<style>
a { background-color: #D2DF04; }
a { background-color: rgb(210,223,4); }
div.DivClassName
{
background-color: #D2DF04;
}
.BgClassName
{
background-color: #D2DF04;
}
</style>
border-color css
<style>
span { border-color: #D2DF04; }
span { border-color: rgb(210,223,4); }
td.TdClassName
{
border-color: #D2DF04;
}
.TagClassName
{
border-color: #D2DF04;
}
</style>