Shades of Emerald #2DE071
Tints of Emerald #2DE071
RGB
CMYK
RGB Variations
Color information
#2DE071 (or 0x2DE071) is known color: Emerald. HEX triplet: 2D, E0 and 71. RGB value is (45,224,113). Sum of RGB (Red+Green+Blue) = 45+224+113=382 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.78% from 382); Green value is 224 (87.89% from 255 or 58.64% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE071 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE071 is #D21F8E. Grayscale: #9E9E9E. Windows color (decimal): -13770639 or 7462957. OLE color: 7462957.
HSL color Cylindrical-coordinate representation of color #2DE071: hue angle of 142.79º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE071 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 224 | 113 | - |
| CMYK | 0.80 | 0 | 0.50 | 0.12 |
| HSL | 142.79º | 0.74% | 0.53% | - |
| HSV(B) | 142.79º | 0.8% | 0.88% | - |
| XYZ | 30.72 | 55.06 | 24.63 | - |
| YUV | 157.83 | 102.7 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 224 | 113 | 0.80 | 0 | 0.50 | 0.12 | 142.79 | 0.74 | 0.53 |
| Hex | 2D | E0 | 71 | 50 | 0 | 32 | C | 8F | 4A | 35 |
| Octal | 55 | 340 | 161 | 120 | 0 | 62 | 14 | 217 | 112 | 65 |
| Binary | 101101 | 11100000 | 1110001 | 1010000 | 0 | 110010 | 1100 | 10001111 | 1001010 | 110101 |
Color Harmonies of #2DE071
Complementary color
Monochromatic Colors of #2DE071
Black with #2DE071
Text Example
Text Example
White with #2DE071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE071; }
p { color: rgb(45,224,113); }
H1.HeaderClassName
{
color: #2DE071;
}
.AnyTagClassName
{
color: #2DE071;
}
</style>
background-color css
<style>
a { background-color: #2DE071; }
a { background-color: rgb(45,224,113); }
div.DivClassName
{
background-color: #2DE071;
}
.BgClassName
{
background-color: #2DE071;
}
</style>
border-color css
<style>
span { border-color: #2DE071; }
span { border-color: rgb(45,224,113); }
td.TdClassName
{
border-color: #2DE071;
}
.TagClassName
{
border-color: #2DE071;
}
</style>