Shades of Mountain Meadow #2CC183
Tints of Mountain Meadow #2CC183
RGB
CMYK
RGB Variations
Color information
#2CC183 (or 0x2CC183) is known color: Mountain Meadow. HEX triplet: 2C, C1 and 83. RGB value is (44,193,131). Sum of RGB (Red+Green+Blue) = 44+193+131=368 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.96% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC183 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC183 is #D33E7C. Grayscale: #8D8D8D. Windows color (decimal): -13844093 or 8634668. OLE color: 8634668.
HSL color Cylindrical-coordinate representation of color #2CC183: hue angle of 155.03º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC183 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 193 | 131 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.24 |
| HSL | 155.03º | 0.63% | 0.46% | - |
| HSV(B) | 155.03º | 0.77% | 0.76% | - |
| XYZ | 24.21 | 40.31 | 27.98 | - |
| YUV | 141.38 | 122.14 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 131 | 0.77 | 0 | 0.32 | 0.24 | 155.03 | 0.63 | 0.46 |
| Hex | 2C | C1 | 83 | 4D | 0 | 20 | 18 | 9B | 3F | 2E |
| Octal | 54 | 301 | 203 | 115 | 0 | 40 | 30 | 233 | 77 | 56 |
| Binary | 101100 | 11000001 | 10000011 | 1001101 | 0 | 100000 | 11000 | 10011011 | 111111 | 101110 |
Color Harmonies of #2CC183
Complementary color
Monochromatic Colors of #2CC183
Black with #2CC183
Text Example
Text Example
White with #2CC183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC183; }
p { color: rgb(44,193,131); }
H1.HeaderClassName
{
color: #2CC183;
}
.AnyTagClassName
{
color: #2CC183;
}
</style>
background-color css
<style>
a { background-color: #2CC183; }
a { background-color: rgb(44,193,131); }
div.DivClassName
{
background-color: #2CC183;
}
.BgClassName
{
background-color: #2CC183;
}
</style>
border-color css
<style>
span { border-color: #2CC183; }
span { border-color: rgb(44,193,131); }
td.TdClassName
{
border-color: #2CC183;
}
.TagClassName
{
border-color: #2CC183;
}
</style>