Shades of Chateau Green #2EB74E
Tints of Chateau Green #2EB74E
RGB
CMYK
RGB Variations
Color information
#2EB74E (or 0x2EB74E) is known color: Chateau Green. HEX triplet: 2E, B7 and 4E. RGB value is (46,183,78). Sum of RGB (Red+Green+Blue) = 46+183+78=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 183 (71.88% from 255 or 59.61% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB74E is #D148B1. Grayscale: #828282. Windows color (decimal): -13715634 or 5158702. OLE color: 5158702.
HSL color Cylindrical-coordinate representation of color #2EB74E: hue angle of 134.01º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB74E is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 183 | 78 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.28 |
| HSL | 134.01º | 0.6% | 0.45% | - |
| HSV(B) | 134.01º | 0.75% | 0.72% | - |
| XYZ | 19.44 | 35 | 12.94 | - |
| YUV | 130.07 | 98.61 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 78 | 0.75 | 0 | 0.57 | 0.28 | 134.01 | 0.6 | 0.45 |
| Hex | 2E | B7 | 4E | 4B | 0 | 39 | 1C | 86 | 3C | 2D |
| Octal | 56 | 267 | 116 | 113 | 0 | 71 | 34 | 206 | 74 | 55 |
| Binary | 101110 | 10110111 | 1001110 | 1001011 | 0 | 111001 | 11100 | 10000110 | 111100 | 101101 |
Color Harmonies of #2EB74E
Complementary color
Monochromatic Colors of #2EB74E
Black with #2EB74E
Text Example
Text Example
White with #2EB74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB74E; }
p { color: rgb(46,183,78); }
H1.HeaderClassName
{
color: #2EB74E;
}
.AnyTagClassName
{
color: #2EB74E;
}
</style>
background-color css
<style>
a { background-color: #2EB74E; }
a { background-color: rgb(46,183,78); }
div.DivClassName
{
background-color: #2EB74E;
}
.BgClassName
{
background-color: #2EB74E;
}
</style>
border-color css
<style>
span { border-color: #2EB74E; }
span { border-color: rgb(46,183,78); }
td.TdClassName
{
border-color: #2EB74E;
}
.TagClassName
{
border-color: #2EB74E;
}
</style>