Shades of Mountain Meadow #2BBC7D
Tints of Mountain Meadow #2BBC7D
RGB
CMYK
RGB Variations
Color information
#2BBC7D (or 0x2BBC7D) is known color: Mountain Meadow. HEX triplet: 2B, BC and 7D. RGB value is (43,188,125). Sum of RGB (Red+Green+Blue) = 43+188+125=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBC7D is #D44382. Grayscale: #898989. Windows color (decimal): -13910915 or 8240171. OLE color: 8240171.
HSL color Cylindrical-coordinate representation of color #2BBC7D: hue angle of 153.93º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBC7D is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 125 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.26 |
| HSL | 153.93º | 0.63% | 0.45% | - |
| HSV(B) | 153.93º | 0.77% | 0.74% | - |
| XYZ | 22.68 | 37.96 | 25.53 | - |
| YUV | 137.46 | 120.96 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 125 | 0.77 | 0 | 0.34 | 0.26 | 153.93 | 0.63 | 0.45 |
| Hex | 2B | BC | 7D | 4D | 0 | 22 | 1A | 9A | 3F | 2D |
| Octal | 53 | 274 | 175 | 115 | 0 | 42 | 32 | 232 | 77 | 55 |
| Binary | 101011 | 10111100 | 1111101 | 1001101 | 0 | 100010 | 11010 | 10011010 | 111111 | 101101 |
Color Harmonies of #2BBC7D
Complementary color
Monochromatic Colors of #2BBC7D
Black with #2BBC7D
Text Example
Text Example
White with #2BBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC7D; }
p { color: rgb(43,188,125); }
H1.HeaderClassName
{
color: #2BBC7D;
}
.AnyTagClassName
{
color: #2BBC7D;
}
</style>
background-color css
<style>
a { background-color: #2BBC7D; }
a { background-color: rgb(43,188,125); }
div.DivClassName
{
background-color: #2BBC7D;
}
.BgClassName
{
background-color: #2BBC7D;
}
</style>
border-color css
<style>
span { border-color: #2BBC7D; }
span { border-color: rgb(43,188,125); }
td.TdClassName
{
border-color: #2BBC7D;
}
.TagClassName
{
border-color: #2BBC7D;
}
</style>