Html Css Color HEX #2CC27A Medium Sea Green

📋 copy color: '#2CC27A'

red 44 ◦ green 194 ◦ blue 122

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

Shades of Medium Sea Green #2CC27A

Tints of Medium Sea Green #2CC27A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.89%

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 12.22%
G = 53.89%
B = 33.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#2CC27A (or 0x2CC27A) is known color: Medium Sea Green. HEX triplet: 2C, C2 and 7A. RGB value is (44,194,122). Sum of RGB (Red+Green+Blue) = 44+194+122=360 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.22% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC27A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC27A is #D33D85. Grayscale: #8D8D8D. Windows color (decimal): -13843846 or 8045100. OLE color: 8045100.

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

Color convert

RGB 44 194 122 -
CMYK 0.77 0 0.37 0.24
HSL 151.2º 0.63% 0.47% -
HSV(B) 151.2º 0.77% 0.76% -
XYZ 23.84 40.52 24.98 -
YUV 140.94 117.31 58.85 -
System Red Green Blue C M Y K H S L
Decimal 44 194 122 0.77 0 0.37 0.24 151.2 0.63 0.47
Hex 2C C2 7A 4D 0 25 18 97 3F 2F
Octal 54 302 172 115 0 45 30 227 77 57
Binary 101100 11000010 1111010 1001101 0 100101 11000 10010111 111111 101111

Color Harmonies of #2CC27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC27A

Black with #2CC27A

Text Example


Text Example

White with #2CC27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,194,122); }

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

background-color css

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

 a { background-color: rgb(44,194,122); }

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

border-color css

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

 span { border-color: rgb(44,194,122); }

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