Shades of Emerald #2BE175
Tints of Emerald #2BE175
RGB
CMYK
RGB Variations
Color information
#2BE175 (or 0x2BE175) is known color: Emerald. HEX triplet: 2B, E1 and 75. RGB value is (43,225,117). Sum of RGB (Red+Green+Blue) = 43+225+117=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 225 (88.28% from 255 or 58.44% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE175 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE175 is #D41E8A. Grayscale: #9E9E9E. Windows color (decimal): -13901451 or 7725355. OLE color: 7725355.
HSL color Cylindrical-coordinate representation of color #2BE175: hue angle of 144.4º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE175 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 117 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.12 |
| HSL | 144.4º | 0.75% | 0.53% | - |
| HSV(B) | 144.4º | 0.81% | 0.88% | - |
| XYZ | 31.13 | 55.65 | 25.93 | - |
| YUV | 158.27 | 104.7 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 117 | 0.81 | 0 | 0.48 | 0.12 | 144.4 | 0.75 | 0.53 |
| Hex | 2B | E1 | 75 | 51 | 0 | 30 | C | 90 | 4B | 35 |
| Octal | 53 | 341 | 165 | 121 | 0 | 60 | 14 | 220 | 113 | 65 |
| Binary | 101011 | 11100001 | 1110101 | 1010001 | 0 | 110000 | 1100 | 10010000 | 1001011 | 110101 |
Color Harmonies of #2BE175
Complementary color
Monochromatic Colors of #2BE175
Black with #2BE175
Text Example
Text Example
White with #2BE175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE175; }
p { color: rgb(43,225,117); }
H1.HeaderClassName
{
color: #2BE175;
}
.AnyTagClassName
{
color: #2BE175;
}
</style>
background-color css
<style>
a { background-color: #2BE175; }
a { background-color: rgb(43,225,117); }
div.DivClassName
{
background-color: #2BE175;
}
.BgClassName
{
background-color: #2BE175;
}
</style>
border-color css
<style>
span { border-color: #2BE175; }
span { border-color: rgb(43,225,117); }
td.TdClassName
{
border-color: #2BE175;
}
.TagClassName
{
border-color: #2BE175;
}
</style>