Html Css Color HEX #2CB55E Medium Sea Green

📋 copy color: '#2CB55E'

red 44 ◦ green 181 ◦ blue 94

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

Shades of Medium Sea Green #2CB55E

Tints of Medium Sea Green #2CB55E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 13.79%
G = 56.74%
B = 29.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#2CB55E (or 0x2CB55E) is known color: Medium Sea Green. HEX triplet: 2C, B5 and 5E. RGB value is (44,181,94). Sum of RGB (Red+Green+Blue) = 44+181+94=319 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.79% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB55E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB55E is #D34AA1. Grayscale: #828282. Windows color (decimal): -13847202 or 6206764. OLE color: 6206764.

HSL color Cylindrical-coordinate representation of color #2CB55E: hue angle of 141.9º 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 #2CB55E is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 181 94 -
CMYK 0.76 0 0.48 0.29
HSL 141.9º 0.61% 0.44% -
HSV(B) 141.9º 0.76% 0.71% -
XYZ 19.58 34.39 16.2 -
YUV 130.12 107.61 66.57 -
System Red Green Blue C M Y K H S L
Decimal 44 181 94 0.76 0 0.48 0.29 141.9 0.61 0.44
Hex 2C B5 5E 4C 0 30 1D 8E 3D 2C
Octal 54 265 136 114 0 60 35 216 75 54
Binary 101100 10110101 1011110 1001100 0 110000 11101 10001110 111101 101100

Color Harmonies of #2CB55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB55E

Black with #2CB55E

Text Example


Text Example

White with #2CB55E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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