Html Css Color HEX #2CC380 Mountain Meadow

📋 copy color: '#2CC380'

red 44 ◦ green 195 ◦ blue 128

#2CC380
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #2CC380

Tints of Mountain Meadow #2CC380

RGB

 RED value IS 44 (17.58% from 255) = 11.99%

 GREEN value IS 195 (76.56% from 255) = 53.13%

 BLUE value IS 128 (50.39% from 255) = 34.88%

R = 11.99%
G = 53.13%
B = 34.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#2CC380 (or 0x2CC380) is known color: Mountain Meadow. HEX triplet: 2C, C3 and 80. RGB value is (44,195,128). Sum of RGB (Red+Green+Blue) = 44+195+128=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC380 is #D33C7F. Grayscale: #8E8E8E. Windows color (decimal): -13843584 or 8438572. OLE color: 8438572.

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

Color convert

RGB 44 195 128 -
CMYK 0.77 0 0.34 0.24
HSL 153.38º 0.63% 0.47% -
HSV(B) 153.38º 0.77% 0.76% -
XYZ 24.45 41.12 27.07 -
YUV 142.21 119.97 57.95 -
System Red Green Blue C M Y K H S L
Decimal 44 195 128 0.77 0 0.34 0.24 153.38 0.63 0.47
Hex 2C C3 80 4D 0 22 18 99 3F 2F
Octal 54 303 200 115 0 42 30 231 77 57
Binary 101100 11000011 10000000 1001101 0 100010 11000 10011001 111111 101111

Color Harmonies of #2CC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC380

Black with #2CC380

Text Example


Text Example

White with #2CC380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,195,128); }

 H1.HeaderClassName
 {
   color: #2CC380;
 }
 .AnyTagClassName
 {
   color: #2CC380;
 }
</style>

background-color css

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

 a { background-color: rgb(44,195,128); }

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

border-color css

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

 span { border-color: rgb(44,195,128); }

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