Shades of Mountain Meadow #2CC283
Tints of Mountain Meadow #2CC283
RGB
CMYK
RGB Variations
Color information
#2CC283 (or 0x2CC283) is known color: Mountain Meadow. HEX triplet: 2C, C2 and 83. RGB value is (44,194,131). Sum of RGB (Red+Green+Blue) = 44+194+131=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC283 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC283 is #D33D7C. Grayscale: #8E8E8E. Windows color (decimal): -13843837 or 8634924. OLE color: 8634924.
HSL color Cylindrical-coordinate representation of color #2CC283: hue angle of 154.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC283 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 194 | 131 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.24 |
| HSL | 154.8º | 0.63% | 0.47% | - |
| HSV(B) | 154.8º | 0.77% | 0.76% | - |
| XYZ | 24.43 | 40.76 | 28.05 | - |
| YUV | 141.97 | 121.81 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 194 | 131 | 0.77 | 0 | 0.32 | 0.24 | 154.8 | 0.63 | 0.47 |
| Hex | 2C | C2 | 83 | 4D | 0 | 20 | 18 | 9B | 3F | 2F |
| Octal | 54 | 302 | 203 | 115 | 0 | 40 | 30 | 233 | 77 | 57 |
| Binary | 101100 | 11000010 | 10000011 | 1001101 | 0 | 100000 | 11000 | 10011011 | 111111 | 101111 |
Color Harmonies of #2CC283
Complementary color
Monochromatic Colors of #2CC283
Black with #2CC283
Text Example
Text Example
White with #2CC283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC283; }
p { color: rgb(44,194,131); }
H1.HeaderClassName
{
color: #2CC283;
}
.AnyTagClassName
{
color: #2CC283;
}
</style>
background-color css
<style>
a { background-color: #2CC283; }
a { background-color: rgb(44,194,131); }
div.DivClassName
{
background-color: #2CC283;
}
.BgClassName
{
background-color: #2CC283;
}
</style>
border-color css
<style>
span { border-color: #2CC283; }
span { border-color: rgb(44,194,131); }
td.TdClassName
{
border-color: #2CC283;
}
.TagClassName
{
border-color: #2CC283;
}
</style>