Shades of Emerald #2BE674
Tints of Emerald #2BE674
RGB
CMYK
RGB Variations
Color information
#2BE674 (or 0x2BE674) is known color: Emerald. HEX triplet: 2B, E6 and 74. RGB value is (43,230,116). Sum of RGB (Red+Green+Blue) = 43+230+116=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 230 (90.23% from 255 or 59.13% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE674 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE674 is #D4198B. Grayscale: #A1A1A1. Windows color (decimal): -13900172 or 7661099. OLE color: 7661099.
HSL color Cylindrical-coordinate representation of color #2BE674: hue angle of 143.42º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE674 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 230 | 116 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.10 |
| HSL | 143.42º | 0.79% | 0.54% | - |
| HSV(B) | 143.42º | 0.81% | 0.9% | - |
| XYZ | 32.45 | 58.37 | 26.08 | - |
| YUV | 161.09 | 102.55 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 230 | 116 | 0.81 | 0 | 0.50 | 0.10 | 143.42 | 0.79 | 0.54 |
| Hex | 2B | E6 | 74 | 51 | 0 | 32 | A | 8F | 4F | 36 |
| Octal | 53 | 346 | 164 | 121 | 0 | 62 | 12 | 217 | 117 | 66 |
| Binary | 101011 | 11100110 | 1110100 | 1010001 | 0 | 110010 | 1010 | 10001111 | 1001111 | 110110 |
Color Harmonies of #2BE674
Complementary color
Monochromatic Colors of #2BE674
Black with #2BE674
Text Example
Text Example
White with #2BE674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE674; }
p { color: rgb(43,230,116); }
H1.HeaderClassName
{
color: #2BE674;
}
.AnyTagClassName
{
color: #2BE674;
}
</style>
background-color css
<style>
a { background-color: #2BE674; }
a { background-color: rgb(43,230,116); }
div.DivClassName
{
background-color: #2BE674;
}
.BgClassName
{
background-color: #2BE674;
}
</style>
border-color css
<style>
span { border-color: #2BE674; }
span { border-color: rgb(43,230,116); }
td.TdClassName
{
border-color: #2BE674;
}
.TagClassName
{
border-color: #2BE674;
}
</style>