Shades of Emerald #2BDE73
Tints of Emerald #2BDE73
RGB
CMYK
RGB Variations
Color information
#2BDE73 (or 0x2BDE73) is known color: Emerald. HEX triplet: 2B, DE and 73. RGB value is (43,222,115). Sum of RGB (Red+Green+Blue) = 43+222+115=380 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.32% from 380); Green value is 222 (87.11% from 255 or 58.42% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDE73 is #D4218C. Grayscale: #9C9C9C. Windows color (decimal): -13902221 or 7593515. OLE color: 7593515.
HSL color Cylindrical-coordinate representation of color #2BDE73: hue angle of 144.13º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDE73 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 222 | 115 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.13 |
| HSL | 144.13º | 0.73% | 0.52% | - |
| HSV(B) | 144.13º | 0.81% | 0.87% | - |
| XYZ | 30.21 | 53.99 | 25.05 | - |
| YUV | 156.28 | 104.7 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 222 | 115 | 0.81 | 0 | 0.48 | 0.13 | 144.13 | 0.73 | 0.52 |
| Hex | 2B | DE | 73 | 51 | 0 | 30 | D | 90 | 49 | 34 |
| Octal | 53 | 336 | 163 | 121 | 0 | 60 | 15 | 220 | 111 | 64 |
| Binary | 101011 | 11011110 | 1110011 | 1010001 | 0 | 110000 | 1101 | 10010000 | 1001001 | 110100 |
Color Harmonies of #2BDE73
Complementary color
Monochromatic Colors of #2BDE73
Black with #2BDE73
Text Example
Text Example
White with #2BDE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDE73; }
p { color: rgb(43,222,115); }
H1.HeaderClassName
{
color: #2BDE73;
}
.AnyTagClassName
{
color: #2BDE73;
}
</style>
background-color css
<style>
a { background-color: #2BDE73; }
a { background-color: rgb(43,222,115); }
div.DivClassName
{
background-color: #2BDE73;
}
.BgClassName
{
background-color: #2BDE73;
}
</style>
border-color css
<style>
span { border-color: #2BDE73; }
span { border-color: rgb(43,222,115); }
td.TdClassName
{
border-color: #2BDE73;
}
.TagClassName
{
border-color: #2BDE73;
}
</style>