Shades of Emerald #2BE574
Tints of Emerald #2BE574
RGB
CMYK
RGB Variations
Color information
#2BE574 (or 0x2BE574) is known color: Emerald. HEX triplet: 2B, E5 and 74. RGB value is (43,229,116). Sum of RGB (Red+Green+Blue) = 43+229+116=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 229 (89.84% from 255 or 59.02% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE574 is #D41A8B. Grayscale: #A0A0A0. Windows color (decimal): -13900428 or 7660843. OLE color: 7660843.
HSL color Cylindrical-coordinate representation of color #2BE574: hue angle of 143.55º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE574 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 116 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.10 |
| HSL | 143.55º | 0.78% | 0.53% | - |
| HSV(B) | 143.55º | 0.81% | 0.9% | - |
| XYZ | 32.17 | 57.81 | 25.99 | - |
| YUV | 160.5 | 102.88 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 116 | 0.81 | 0 | 0.49 | 0.10 | 143.55 | 0.78 | 0.53 |
| Hex | 2B | E5 | 74 | 51 | 0 | 31 | A | 90 | 4E | 35 |
| Octal | 53 | 345 | 164 | 121 | 0 | 61 | 12 | 220 | 116 | 65 |
| Binary | 101011 | 11100101 | 1110100 | 1010001 | 0 | 110001 | 1010 | 10010000 | 1001110 | 110101 |
Color Harmonies of #2BE574
Complementary color
Monochromatic Colors of #2BE574
Black with #2BE574
Text Example
Text Example
White with #2BE574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE574; }
p { color: rgb(43,229,116); }
H1.HeaderClassName
{
color: #2BE574;
}
.AnyTagClassName
{
color: #2BE574;
}
</style>
background-color css
<style>
a { background-color: #2BE574; }
a { background-color: rgb(43,229,116); }
div.DivClassName
{
background-color: #2BE574;
}
.BgClassName
{
background-color: #2BE574;
}
</style>
border-color css
<style>
span { border-color: #2BE574; }
span { border-color: rgb(43,229,116); }
td.TdClassName
{
border-color: #2BE574;
}
.TagClassName
{
border-color: #2BE574;
}
</style>