Html Css Color HEX #2CD76E Medium Sea Green

📋 copy color: '#2CD76E'

red 44 ◦ green 215 ◦ blue 110

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

Shades of Medium Sea Green #2CD76E

Tints of Medium Sea Green #2CD76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 11.92%
G = 58.27%
B = 29.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#2CD76E (or 0x2CD76E) is known color: Medium Sea Green. HEX triplet: 2C, D7 and 6E. RGB value is (44,215,110). Sum of RGB (Red+Green+Blue) = 44+215+110=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 215 (84.38% from 255 or 58.27% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD76E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD76E is #D32891. Grayscale: #989898. Windows color (decimal): -13838482 or 7264044. OLE color: 7264044.

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

Color convert

RGB 44 215 110 -
CMYK 0.80 0 0.49 0.16
HSL 143.16º 0.68% 0.51% -
HSV(B) 143.16º 0.8% 0.84% -
XYZ 28.15 50.26 22.97 -
YUV 151.9 104.35 51.04 -
System Red Green Blue C M Y K H S L
Decimal 44 215 110 0.80 0 0.49 0.16 143.16 0.68 0.51
Hex 2C D7 6E 50 0 31 10 8F 44 33
Octal 54 327 156 120 0 61 20 217 104 63
Binary 101100 11010111 1101110 1010000 0 110001 10000 10001111 1000100 110011

Color Harmonies of #2CD76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD76E

Black with #2CD76E

Text Example


Text Example

White with #2CD76E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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