Shades of Electric Lime #D2E304
Tints of Electric Lime #D2E304
RGB
CMYK
RGB Variations
Color information
#D2E304 (or 0xD2E304) is known color: Electric Lime. HEX triplet: D2, E3 and 04. RGB value is (210,227,4). Sum of RGB (Red+Green+Blue) = 210+227+4=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 227 (89.06% from 255 or 51.47% from 441); Blue value is 4 (1.95% from 255 or 0.91% from 441); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E304 is #2D1CFB. Grayscale: #C5C5C5. Windows color (decimal): -2956540 or 320466. OLE color: 320466.
HSL color Cylindrical-coordinate representation of color #D2E304: hue angle of 64.57º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2E304 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 227 | 4 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.11 |
| HSL | 64.57º | 0.97% | 0.45% | - |
| HSV(B) | 64.57º | 0.98% | 0.89% | - |
| XYZ | 54.07 | 68.65 | 10.52 | - |
| YUV | 196.5 | 19.37 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 227 | 4 | 0.07 | 0 | 0.98 | 0.11 | 64.57 | 0.97 | 0.45 |
| Hex | D2 | E3 | 4 | 7 | 0 | 62 | B | 41 | 61 | 2D |
| Octal | 322 | 343 | 4 | 7 | 0 | 142 | 13 | 101 | 141 | 55 |
| Binary | 11010010 | 11100011 | 100 | 111 | 0 | 1100010 | 1011 | 1000001 | 1100001 | 101101 |
Color Harmonies of #D2E304
Complementary color
Monochromatic Colors of #D2E304
Black with #D2E304
Text Example
Text Example
White with #D2E304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E304; }
p { color: rgb(210,227,4); }
H1.HeaderClassName
{
color: #D2E304;
}
.AnyTagClassName
{
color: #D2E304;
}
</style>
background-color css
<style>
a { background-color: #D2E304; }
a { background-color: rgb(210,227,4); }
div.DivClassName
{
background-color: #D2E304;
}
.BgClassName
{
background-color: #D2E304;
}
</style>
border-color css
<style>
span { border-color: #D2E304; }
span { border-color: rgb(210,227,4); }
td.TdClassName
{
border-color: #D2E304;
}
.TagClassName
{
border-color: #D2E304;
}
</style>