Shades of Emerald #2BE375
Tints of Emerald #2BE375
RGB
CMYK
RGB Variations
Color information
#2BE375 (or 0x2BE375) is known color: Emerald. HEX triplet: 2B, E3 and 75. RGB value is (43,227,117). Sum of RGB (Red+Green+Blue) = 43+227+117=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 227 (89.06% from 255 or 58.66% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE375 is #D41C8A. Grayscale: #9F9F9F. Windows color (decimal): -13900939 or 7725867. OLE color: 7725867.
HSL color Cylindrical-coordinate representation of color #2BE375: hue angle of 144.13º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE375 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 227 | 117 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.11 |
| HSL | 144.13º | 0.77% | 0.53% | - |
| HSV(B) | 144.13º | 0.81% | 0.89% | - |
| XYZ | 31.68 | 56.74 | 26.11 | - |
| YUV | 159.44 | 104.04 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 227 | 117 | 0.81 | 0 | 0.48 | 0.11 | 144.13 | 0.77 | 0.53 |
| Hex | 2B | E3 | 75 | 51 | 0 | 30 | B | 90 | 4D | 35 |
| Octal | 53 | 343 | 165 | 121 | 0 | 60 | 13 | 220 | 115 | 65 |
| Binary | 101011 | 11100011 | 1110101 | 1010001 | 0 | 110000 | 1011 | 10010000 | 1001101 | 110101 |
Color Harmonies of #2BE375
Complementary color
Monochromatic Colors of #2BE375
Black with #2BE375
Text Example
Text Example
White with #2BE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE375; }
p { color: rgb(43,227,117); }
H1.HeaderClassName
{
color: #2BE375;
}
.AnyTagClassName
{
color: #2BE375;
}
</style>
background-color css
<style>
a { background-color: #2BE375; }
a { background-color: rgb(43,227,117); }
div.DivClassName
{
background-color: #2BE375;
}
.BgClassName
{
background-color: #2BE375;
}
</style>
border-color css
<style>
span { border-color: #2BE375; }
span { border-color: rgb(43,227,117); }
td.TdClassName
{
border-color: #2BE375;
}
.TagClassName
{
border-color: #2BE375;
}
</style>