Html Css Color HEX #2DC76A Medium Sea Green

📋 copy color: '#2DC76A'

red 45 ◦ green 199 ◦ blue 106

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

Shades of Medium Sea Green #2DC76A

Tints of Medium Sea Green #2DC76A

RGB

 RED value IS 45 (17.97% from 255) = 12.86%

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

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

R = 12.86%
G = 56.86%
B = 30.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#2DC76A (or 0x2DC76A) is known color: Medium Sea Green. HEX triplet: 2D, C7 and 6A. RGB value is (45,199,106). Sum of RGB (Red+Green+Blue) = 45+199+106=350 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.86% from 350); Green value is 199 (78.12% from 255 or 56.86% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC76A is #D23895. Grayscale: #8E8E8E. Windows color (decimal): -13777046 or 6997805. OLE color: 6997805.

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

Color convert

RGB 45 199 106 -
CMYK 0.77 0 0.47 0.22
HSL 143.77º 0.63% 0.48% -
HSV(B) 143.77º 0.77% 0.78% -
XYZ 24.11 42.45 20.56 -
YUV 142.35 107.48 58.56 -
System Red Green Blue C M Y K H S L
Decimal 45 199 106 0.77 0 0.47 0.22 143.77 0.63 0.48
Hex 2D C7 6A 4D 0 2F 16 90 3F 30
Octal 55 307 152 115 0 57 26 220 77 60
Binary 101101 11000111 1101010 1001101 0 101111 10110 10010000 111111 110000

Color Harmonies of #2DC76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC76A

Black with #2DC76A

Text Example


Text Example

White with #2DC76A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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