Html Css Color HEX #2CD76C Medium Sea Green

📋 copy color: '#2CD76C'

red 44 ◦ green 215 ◦ blue 108

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

Shades of Medium Sea Green #2CD76C

Tints of Medium Sea Green #2CD76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 58.58%

 BLUE value IS 108 (42.58% from 255) = 29.43%

R = 11.99%
G = 58.58%
B = 29.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#2CD76C (or 0x2CD76C) is known color: Medium Sea Green. HEX triplet: 2C, D7 and 6C. RGB value is (44,215,108). Sum of RGB (Red+Green+Blue) = 44+215+108=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 215 (84.38% from 255 or 58.58% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD76C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD76C is #D32893. Grayscale: #979797. Windows color (decimal): -13838484 or 7132972. OLE color: 7132972.

HSL color Cylindrical-coordinate representation of color #2CD76C: hue angle of 142.46º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD76C is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 215 108 -
CMYK 0.80 0 0.50 0.16
HSL 142.46º 0.68% 0.51% -
HSV(B) 142.46º 0.8% 0.84% -
XYZ 28.05 50.22 22.4 -
YUV 151.67 103.35 51.2 -
System Red Green Blue C M Y K H S L
Decimal 44 215 108 0.80 0 0.50 0.16 142.46 0.68 0.51
Hex 2C D7 6C 50 0 32 10 8E 44 33
Octal 54 327 154 120 0 62 20 216 104 63
Binary 101100 11010111 1101100 1010000 0 110010 10000 10001110 1000100 110011

Color Harmonies of #2CD76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD76C

Black with #2CD76C

Text Example


Text Example

White with #2CD76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,215,108); }

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

background-color css

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

 a { background-color: rgb(44,215,108); }

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

border-color css

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

 span { border-color: rgb(44,215,108); }

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