Html Css Color HEX #2CC76A Medium Sea Green

📋 copy color: '#2CC76A'

red 44 ◦ green 199 ◦ blue 106

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

Shades of Medium Sea Green #2CC76A

Tints of Medium Sea Green #2CC76A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 57.02%

 BLUE value IS 106 (41.8% from 255) = 30.37%

R = 12.61%
G = 57.02%
B = 30.37%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#2CC76A (or 0x2CC76A) is known color: Medium Sea Green. HEX triplet: 2C, C7 and 6A. RGB value is (44,199,106). Sum of RGB (Red+Green+Blue) = 44+199+106=349 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.61% from 349); Green value is 199 (78.12% from 255 or 57.02% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 199 - color contains mainly: green. Hex color #2CC76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC76A is #D33895. Grayscale: #8E8E8E. Windows color (decimal): -13842582 or 6997804. OLE color: 6997804.

HSL color Cylindrical-coordinate representation of color #2CC76A: hue angle of 144º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC76A is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 44 199 106 -
CMYK 0.78 0 0.47 0.22
HSL 144º 0.64% 0.48% -
HSV(B) 144º 0.78% 0.78% -
XYZ 24.06 42.42 20.56 -
YUV 142.05 107.65 58.06 -
System Red Green Blue C M Y K H S L
Decimal 44 199 106 0.78 0 0.47 0.22 144 0.64 0.48
Hex 2C C7 6A 4E 0 2F 16 90 40 30
Octal 54 307 152 116 0 57 26 220 100 60
Binary 101100 11000111 1101010 1001110 0 101111 10110 10010000 1000000 110000

Color Harmonies of #2CC76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC76A

Black with #2CC76A

Text Example


Text Example

White with #2CC76A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,199,106); }

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

background-color css

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

 a { background-color: rgb(44,199,106); }

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

border-color css

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

 span { border-color: rgb(44,199,106); }

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