Shades of Emerald #2DE377
Tints of Emerald #2DE377
RGB
CMYK
RGB Variations
Color information
#2DE377 (or 0x2DE377) is known color: Emerald. HEX triplet: 2D, E3 and 77. RGB value is (45,227,119). Sum of RGB (Red+Green+Blue) = 45+227+119=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 227 (89.06% from 255 or 58.06% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 227 - color contains mainly: green. Hex color #2DE377 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE377 is #D21C88. Grayscale: #A0A0A0. Windows color (decimal): -13769865 or 7856941. OLE color: 7856941.
HSL color Cylindrical-coordinate representation of color #2DE377: hue angle of 144.4º 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 #2DE377 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 227 | 119 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.11 |
| HSL | 144.4º | 0.76% | 0.53% | - |
| HSV(B) | 144.4º | 0.8% | 0.89% | - |
| XYZ | 31.88 | 56.83 | 26.74 | - |
| YUV | 160.27 | 104.7 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 227 | 119 | 0.80 | 0 | 0.48 | 0.11 | 144.4 | 0.76 | 0.53 |
| Hex | 2D | E3 | 77 | 50 | 0 | 30 | B | 90 | 4C | 35 |
| Octal | 55 | 343 | 167 | 120 | 0 | 60 | 13 | 220 | 114 | 65 |
| Binary | 101101 | 11100011 | 1110111 | 1010000 | 0 | 110000 | 1011 | 10010000 | 1001100 | 110101 |
Color Harmonies of #2DE377
Complementary color
Monochromatic Colors of #2DE377
Black with #2DE377
Text Example
Text Example
White with #2DE377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE377; }
p { color: rgb(45,227,119); }
H1.HeaderClassName
{
color: #2DE377;
}
.AnyTagClassName
{
color: #2DE377;
}
</style>
background-color css
<style>
a { background-color: #2DE377; }
a { background-color: rgb(45,227,119); }
div.DivClassName
{
background-color: #2DE377;
}
.BgClassName
{
background-color: #2DE377;
}
</style>
border-color css
<style>
span { border-color: #2DE377; }
span { border-color: rgb(45,227,119); }
td.TdClassName
{
border-color: #2DE377;
}
.TagClassName
{
border-color: #2DE377;
}
</style>