Shades of Emerald #2DE370
Tints of Emerald #2DE370
RGB
CMYK
RGB Variations
Color information
#2DE370 (or 0x2DE370) is known color: Emerald. HEX triplet: 2D, E3 and 70. RGB value is (45,227,112). Sum of RGB (Red+Green+Blue) = 45+227+112=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 227 (89.06% from 255 or 59.11% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 227 - color contains mainly: green. Hex color #2DE370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE370 is #D21C8F. Grayscale: #9F9F9F. Windows color (decimal): -13769872 or 7398189. OLE color: 7398189.
HSL color Cylindrical-coordinate representation of color #2DE370: hue angle of 142.09º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE370 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 227 | 112 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.11 |
| HSL | 142.09º | 0.76% | 0.53% | - |
| HSV(B) | 142.09º | 0.8% | 0.89% | - |
| XYZ | 31.48 | 56.67 | 24.61 | - |
| YUV | 159.47 | 101.2 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 227 | 112 | 0.80 | 0 | 0.51 | 0.11 | 142.09 | 0.76 | 0.53 |
| Hex | 2D | E3 | 70 | 50 | 0 | 33 | B | 8E | 4C | 35 |
| Octal | 55 | 343 | 160 | 120 | 0 | 63 | 13 | 216 | 114 | 65 |
| Binary | 101101 | 11100011 | 1110000 | 1010000 | 0 | 110011 | 1011 | 10001110 | 1001100 | 110101 |
Color Harmonies of #2DE370
Complementary color
Monochromatic Colors of #2DE370
Black with #2DE370
Text Example
Text Example
White with #2DE370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE370; }
p { color: rgb(45,227,112); }
H1.HeaderClassName
{
color: #2DE370;
}
.AnyTagClassName
{
color: #2DE370;
}
</style>
background-color css
<style>
a { background-color: #2DE370; }
a { background-color: rgb(45,227,112); }
div.DivClassName
{
background-color: #2DE370;
}
.BgClassName
{
background-color: #2DE370;
}
</style>
border-color css
<style>
span { border-color: #2DE370; }
span { border-color: rgb(45,227,112); }
td.TdClassName
{
border-color: #2DE370;
}
.TagClassName
{
border-color: #2DE370;
}
</style>