Html Css Color HEX #2CB55A Medium Sea Green

📋 copy color: '#2CB55A'

red 44 ◦ green 181 ◦ blue 90

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

Shades of Medium Sea Green #2CB55A

Tints of Medium Sea Green #2CB55A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.46%

 BLUE value IS 90 (35.55% from 255) = 28.57%

R = 13.97%
G = 57.46%
B = 28.57%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#2CB55A (or 0x2CB55A) is known color: Medium Sea Green. HEX triplet: 2C, B5 and 5A. RGB value is (44,181,90). Sum of RGB (Red+Green+Blue) = 44+181+90=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB55A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB55A is #D34AA5. Grayscale: #818181. Windows color (decimal): -13847206 or 5944620. OLE color: 5944620.

HSL color Cylindrical-coordinate representation of color #2CB55A: hue angle of 140.15º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB55A is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 181 90 -
CMYK 0.76 0 0.50 0.29
HSL 140.15º 0.61% 0.44% -
HSV(B) 140.15º 0.76% 0.71% -
XYZ 19.41 34.32 15.27 -
YUV 129.66 105.61 66.9 -
System Red Green Blue C M Y K H S L
Decimal 44 181 90 0.76 0 0.50 0.29 140.15 0.61 0.44
Hex 2C B5 5A 4C 0 32 1D 8C 3D 2C
Octal 54 265 132 114 0 62 35 214 75 54
Binary 101100 10110101 1011010 1001100 0 110010 11101 10001100 111101 101100

Color Harmonies of #2CB55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB55A

Black with #2CB55A

Text Example


Text Example

White with #2CB55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,181,90); }

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

background-color css

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

 a { background-color: rgb(44,181,90); }

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

border-color css

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

 span { border-color: rgb(44,181,90); }

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