Shades of Electric Lime #D0ED02
Tints of Electric Lime #D0ED02
RGB
CMYK
RGB Variations
Color information
#D0ED02 (or 0xD0ED02) is known color: Electric Lime. HEX triplet: D0, ED and 02. RGB value is (208,237,2). Sum of RGB (Red+Green+Blue) = 208+237+2=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 237 (92.97% from 255 or 53.02% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0ED02 is #2F12FD. Grayscale: #CACACA. Windows color (decimal): -3085054 or 191952. OLE color: 191952.
HSL color Cylindrical-coordinate representation of color #D0ED02: hue angle of 67.4º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0ED02 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.07 |
| HSL | 67.4º | 0.98% | 0.47% | - |
| HSV(B) | 67.4º | 0.99% | 0.93% | - |
| XYZ | 56.31 | 73.98 | 11.37 | - |
| YUV | 201.54 | 15.39 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 2 | 0.12 | 0 | 0.99 | 0.07 | 67.4 | 0.98 | 0.47 |
| Hex | D0 | ED | 2 | C | 0 | 63 | 7 | 43 | 62 | 2F |
| Octal | 320 | 355 | 2 | 14 | 0 | 143 | 7 | 103 | 142 | 57 |
| Binary | 11010000 | 11101101 | 10 | 1100 | 0 | 1100011 | 111 | 1000011 | 1100010 | 101111 |
Color Harmonies of #D0ED02
Complementary color
Monochromatic Colors of #D0ED02
Black with #D0ED02
Text Example
Text Example
White with #D0ED02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ED02; }
p { color: rgb(208,237,2); }
H1.HeaderClassName
{
color: #D0ED02;
}
.AnyTagClassName
{
color: #D0ED02;
}
</style>
background-color css
<style>
a { background-color: #D0ED02; }
a { background-color: rgb(208,237,2); }
div.DivClassName
{
background-color: #D0ED02;
}
.BgClassName
{
background-color: #D0ED02;
}
</style>
border-color css
<style>
span { border-color: #D0ED02; }
span { border-color: rgb(208,237,2); }
td.TdClassName
{
border-color: #D0ED02;
}
.TagClassName
{
border-color: #D0ED02;
}
</style>