Shades of Electric Lime #D2E80B
Tints of Electric Lime #D2E80B
RGB
CMYK
RGB Variations
Color information
#D2E80B (or 0xD2E80B) is known color: Electric Lime. HEX triplet: D2, E8 and 0B. RGB value is (210,232,11). Sum of RGB (Red+Green+Blue) = 210+232+11=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 232 (91.02% from 255 or 51.21% from 453); Blue value is 11 (4.69% from 255 or 2.43% from 453); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2E80B is #2D17F4. Grayscale: #C9C9C9. Windows color (decimal): -2955253 or 780498. OLE color: 780498.
HSL color Cylindrical-coordinate representation of color #D2E80B: hue angle of 65.97º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2E80B is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 232 | 11 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.09 |
| HSL | 65.97º | 0.91% | 0.48% | - |
| HSV(B) | 65.97º | 0.95% | 0.91% | - |
| XYZ | 55.5 | 71.44 | 11.18 | - |
| YUV | 200.23 | 21.21 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 232 | 11 | 0.09 | 0 | 0.95 | 0.09 | 65.97 | 0.91 | 0.48 |
| Hex | D2 | E8 | B | 9 | 0 | 5F | 9 | 42 | 5B | 30 |
| Octal | 322 | 350 | 13 | 11 | 0 | 137 | 11 | 102 | 133 | 60 |
| Binary | 11010010 | 11101000 | 1011 | 1001 | 0 | 1011111 | 1001 | 1000010 | 1011011 | 110000 |
Color Harmonies of #D2E80B
Complementary color
Monochromatic Colors of #D2E80B
Black with #D2E80B
Text Example
Text Example
White with #D2E80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E80B; }
p { color: rgb(210,232,11); }
H1.HeaderClassName
{
color: #D2E80B;
}
.AnyTagClassName
{
color: #D2E80B;
}
</style>
background-color css
<style>
a { background-color: #D2E80B; }
a { background-color: rgb(210,232,11); }
div.DivClassName
{
background-color: #D2E80B;
}
.BgClassName
{
background-color: #D2E80B;
}
</style>
border-color css
<style>
span { border-color: #D2E80B; }
span { border-color: rgb(210,232,11); }
td.TdClassName
{
border-color: #D2E80B;
}
.TagClassName
{
border-color: #D2E80B;
}
</style>