Shades of Mountain Meadow #2BBE7D
Tints of Mountain Meadow #2BBE7D
RGB
CMYK
RGB Variations
Color information
#2BBE7D (or 0x2BBE7D) is known color: Mountain Meadow. HEX triplet: 2B, BE and 7D. RGB value is (43,190,125). Sum of RGB (Red+Green+Blue) = 43+190+125=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBE7D is #D44182. Grayscale: #8A8A8A. Windows color (decimal): -13910403 or 8240683. OLE color: 8240683.
HSL color Cylindrical-coordinate representation of color #2BBE7D: hue angle of 153.47º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE7D is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 125 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.25 |
| HSL | 153.47º | 0.63% | 0.46% | - |
| HSV(B) | 153.47º | 0.77% | 0.75% | - |
| XYZ | 23.11 | 38.82 | 25.68 | - |
| YUV | 138.64 | 120.3 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 125 | 0.77 | 0 | 0.34 | 0.25 | 153.47 | 0.63 | 0.46 |
| Hex | 2B | BE | 7D | 4D | 0 | 22 | 19 | 99 | 3F | 2E |
| Octal | 53 | 276 | 175 | 115 | 0 | 42 | 31 | 231 | 77 | 56 |
| Binary | 101011 | 10111110 | 1111101 | 1001101 | 0 | 100010 | 11001 | 10011001 | 111111 | 101110 |
Color Harmonies of #2BBE7D
Complementary color
Monochromatic Colors of #2BBE7D
Black with #2BBE7D
Text Example
Text Example
White with #2BBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE7D; }
p { color: rgb(43,190,125); }
H1.HeaderClassName
{
color: #2BBE7D;
}
.AnyTagClassName
{
color: #2BBE7D;
}
</style>
background-color css
<style>
a { background-color: #2BBE7D; }
a { background-color: rgb(43,190,125); }
div.DivClassName
{
background-color: #2BBE7D;
}
.BgClassName
{
background-color: #2BBE7D;
}
</style>
border-color css
<style>
span { border-color: #2BBE7D; }
span { border-color: rgb(43,190,125); }
td.TdClassName
{
border-color: #2BBE7D;
}
.TagClassName
{
border-color: #2BBE7D;
}
</style>