Shades of Emerald #2DE273
Tints of Emerald #2DE273
RGB
CMYK
RGB Variations
Color information
#2DE273 (or 0x2DE273) is known color: Emerald. HEX triplet: 2D, E2 and 73. RGB value is (45,226,115). Sum of RGB (Red+Green+Blue) = 45+226+115=386 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.66% from 386); Green value is 226 (88.67% from 255 or 58.55% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 226 - color contains mainly: green. Hex color #2DE273 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE273 is #D21D8C. Grayscale: #9F9F9F. Windows color (decimal): -13770125 or 7594541. OLE color: 7594541.
HSL color Cylindrical-coordinate representation of color #2DE273: hue angle of 143.2º 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 #2DE273 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 226 | 115 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.11 |
| HSL | 143.2º | 0.76% | 0.53% | - |
| HSV(B) | 143.2º | 0.8% | 0.89% | - |
| XYZ | 31.37 | 56.19 | 25.41 | - |
| YUV | 159.23 | 103.03 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 226 | 115 | 0.80 | 0 | 0.49 | 0.11 | 143.2 | 0.76 | 0.53 |
| Hex | 2D | E2 | 73 | 50 | 0 | 31 | B | 8F | 4C | 35 |
| Octal | 55 | 342 | 163 | 120 | 0 | 61 | 13 | 217 | 114 | 65 |
| Binary | 101101 | 11100010 | 1110011 | 1010000 | 0 | 110001 | 1011 | 10001111 | 1001100 | 110101 |
Color Harmonies of #2DE273
Complementary color
Monochromatic Colors of #2DE273
Black with #2DE273
Text Example
Text Example
White with #2DE273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE273; }
p { color: rgb(45,226,115); }
H1.HeaderClassName
{
color: #2DE273;
}
.AnyTagClassName
{
color: #2DE273;
}
</style>
background-color css
<style>
a { background-color: #2DE273; }
a { background-color: rgb(45,226,115); }
div.DivClassName
{
background-color: #2DE273;
}
.BgClassName
{
background-color: #2DE273;
}
</style>
border-color css
<style>
span { border-color: #2DE273; }
span { border-color: rgb(45,226,115); }
td.TdClassName
{
border-color: #2DE273;
}
.TagClassName
{
border-color: #2DE273;
}
</style>