Shades of Chateau Green #2EBB4C
Tints of Chateau Green #2EBB4C
RGB
CMYK
RGB Variations
Color information
#2EBB4C (or 0x2EBB4C) is known color: Chateau Green. HEX triplet: 2E, BB and 4C. RGB value is (46,187,76). Sum of RGB (Red+Green+Blue) = 46+187+76=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 187 (73.44% from 255 or 60.52% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 187 - color contains mainly: green. Hex color #2EBB4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBB4C is #D144B3. Grayscale: #848484. Windows color (decimal): -13714612 or 5028654. OLE color: 5028654.
HSL color Cylindrical-coordinate representation of color #2EBB4C: hue angle of 132.77º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBB4C is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 187 | 76 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.27 |
| HSL | 132.77º | 0.61% | 0.46% | - |
| HSV(B) | 132.77º | 0.75% | 0.73% | - |
| XYZ | 20.2 | 36.64 | 12.85 | - |
| YUV | 132.19 | 96.29 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 187 | 76 | 0.75 | 0 | 0.59 | 0.27 | 132.77 | 0.61 | 0.46 |
| Hex | 2E | BB | 4C | 4B | 0 | 3B | 1B | 85 | 3D | 2E |
| Octal | 56 | 273 | 114 | 113 | 0 | 73 | 33 | 205 | 75 | 56 |
| Binary | 101110 | 10111011 | 1001100 | 1001011 | 0 | 111011 | 11011 | 10000101 | 111101 | 101110 |
Color Harmonies of #2EBB4C
Complementary color
Monochromatic Colors of #2EBB4C
Black with #2EBB4C
Text Example
Text Example
White with #2EBB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBB4C; }
p { color: rgb(46,187,76); }
H1.HeaderClassName
{
color: #2EBB4C;
}
.AnyTagClassName
{
color: #2EBB4C;
}
</style>
background-color css
<style>
a { background-color: #2EBB4C; }
a { background-color: rgb(46,187,76); }
div.DivClassName
{
background-color: #2EBB4C;
}
.BgClassName
{
background-color: #2EBB4C;
}
</style>
border-color css
<style>
span { border-color: #2EBB4C; }
span { border-color: rgb(46,187,76); }
td.TdClassName
{
border-color: #2EBB4C;
}
.TagClassName
{
border-color: #2EBB4C;
}
</style>