Html Css Color HEX #2CD76A Medium Sea Green

📋 copy color: '#2CD76A'

red 44 ◦ green 215 ◦ blue 106

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

Shades of Medium Sea Green #2CD76A

Tints of Medium Sea Green #2CD76A

RGB

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

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

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

R = 12.05%
G = 58.9%
B = 29.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#2CD76A (or 0x2CD76A) is known color: Medium Sea Green. HEX triplet: 2C, D7 and 6A. RGB value is (44,215,106). Sum of RGB (Red+Green+Blue) = 44+215+106=365 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.05% from 365); Green value is 215 (84.38% from 255 or 58.90% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD76A is #D32895. Grayscale: #979797. Windows color (decimal): -13838486 or 7001900. OLE color: 7001900.

HSL color Cylindrical-coordinate representation of color #2CD76A: hue angle of 141.75º 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 #2CD76A is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 215 106 -
CMYK 0.80 0 0.51 0.16
HSL 141.75º 0.68% 0.51% -
HSV(B) 141.75º 0.8% 0.84% -
XYZ 27.94 50.18 21.85 -
YUV 151.45 102.35 51.36 -
System Red Green Blue C M Y K H S L
Decimal 44 215 106 0.80 0 0.51 0.16 141.75 0.68 0.51
Hex 2C D7 6A 50 0 33 10 8E 44 33
Octal 54 327 152 120 0 63 20 216 104 63
Binary 101100 11010111 1101010 1010000 0 110011 10000 10001110 1000100 110011

Color Harmonies of #2CD76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD76A

Black with #2CD76A

Text Example


Text Example

White with #2CD76A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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