Shades of Electric Lime #D2E50C
Tints of Electric Lime #D2E50C
RGB
CMYK
RGB Variations
Color information
#D2E50C (or 0xD2E50C) is known color: Electric Lime. HEX triplet: D2, E5 and 0C. RGB value is (210,229,12). Sum of RGB (Red+Green+Blue) = 210+229+12=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E50C is #2D1AF3. Grayscale: #C7C7C7. Windows color (decimal): -2956020 or 845266. OLE color: 845266.
HSL color Cylindrical-coordinate representation of color #D2E50C: hue angle of 65.25º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2E50C is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 229 | 12 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.10 |
| HSL | 65.25º | 0.9% | 0.47% | - |
| HSV(B) | 65.25º | 0.95% | 0.9% | - |
| XYZ | 54.66 | 69.77 | 10.93 | - |
| YUV | 198.58 | 22.71 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 229 | 12 | 0.08 | 0 | 0.95 | 0.10 | 65.25 | 0.9 | 0.47 |
| Hex | D2 | E5 | C | 8 | 0 | 5F | A | 41 | 5A | 2F |
| Octal | 322 | 345 | 14 | 10 | 0 | 137 | 12 | 101 | 132 | 57 |
| Binary | 11010010 | 11100101 | 1100 | 1000 | 0 | 1011111 | 1010 | 1000001 | 1011010 | 101111 |
Color Harmonies of #D2E50C
Complementary color
Monochromatic Colors of #D2E50C
Black with #D2E50C
Text Example
Text Example
White with #D2E50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E50C; }
p { color: rgb(210,229,12); }
H1.HeaderClassName
{
color: #D2E50C;
}
.AnyTagClassName
{
color: #D2E50C;
}
</style>
background-color css
<style>
a { background-color: #D2E50C; }
a { background-color: rgb(210,229,12); }
div.DivClassName
{
background-color: #D2E50C;
}
.BgClassName
{
background-color: #D2E50C;
}
</style>
border-color css
<style>
span { border-color: #D2E50C; }
span { border-color: rgb(210,229,12); }
td.TdClassName
{
border-color: #D2E50C;
}
.TagClassName
{
border-color: #D2E50C;
}
</style>