#2CC083

Color #2CC083 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #2CC083

Tints of Mountain Meadow #2CC083

Color information

#2CC083 (or 0x2CC083) is unknown color: approx Mountain Meadow. HEX triplet: 2C, C0 and 83. RGB value is (44,192,131). Sum of RGB (Red+Green+Blue) = 44+192+131=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC083 is #D33F7C. Grayscale: #8C8C8C. Windows color (decimal): -13844349 or 8634412. OLE color: 8634412.

HSL color Cylindrical-coordinate representation of color #2CC083: hue angle of 155.27º 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 #2CC083 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB44192131-
CMYK0.7700.320.25
HSL155.27º62.71%46.27%-
HSV(B)155.27º77.08%75.29%-
XYZ23.9939.8727.9-
YUV140.79122.4758.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 11.99%
GREEN value IS 192 (75.39% from 255) = 52.32%
BLUE value IS 131 (51.56% from 255) = 35.69%
R=11.99%
G=52.32%
B=35.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441921310.7700.320.25155.2762.7146.27
Hex2CC0834D020199b3f2e
Octal54300203115040312337756
Binary1011001100000010000011100110101000001100110011011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CC083; }

 p { color: rgb(44,192,131); }

 H1.HeaderClassName
 {
   color: #2CC083;
 }
 .AnyTagClassName
 {
   color: #2CC083;
 }
</style>
background-color css

<style>
 a { background-color: #2CC083; }

 a { background-color: rgb(44,192,131); }

 div.DivClassName
 {
   background-color: #2CC083;
 }
 .BgClassName
 {
   background-color: #2CC083;
 }
</style>
border-color css

<style>
 span { border-color: #2CC083; }

 span { border-color: rgb(44,192,131); }

 td.TdClassName
 {
   border-color: #2CC083;
 }
 .TagClassName
 {
   border-color: #2CC083;
 }
</style>