Html Css Color HEX #2AD976 Medium Sea Green

📋 copy color: '#2AD976'

red 42 ◦ green 217 ◦ blue 118

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

Shades of Medium Sea Green #2AD976

Tints of Medium Sea Green #2AD976

RGB

 RED value IS 42 (16.8% from 255) = 11.14%

 GREEN value IS 217 (85.16% from 255) = 57.56%

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 11.14%
G = 57.56%
B = 31.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#2AD976 (or 0x2AD976) is known color: Medium Sea Green. HEX triplet: 2A, D9 and 76. RGB value is (42,217,118). Sum of RGB (Red+Green+Blue) = 42+217+118=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 217 (85.16% from 255 or 57.56% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD976 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD976 is #D52689. Grayscale: #999999. Windows color (decimal): -13969034 or 7788842. OLE color: 7788842.

HSL color Cylindrical-coordinate representation of color #2AD976: hue angle of 146.06º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD976 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 217 118 -
CMYK 0.81 0 0.46 0.15
HSL 146.06º 0.7% 0.51% -
HSV(B) 146.06º 0.81% 0.85% -
XYZ 29.04 51.43 25.54 -
YUV 153.39 108.02 48.55 -
System Red Green Blue C M Y K H S L
Decimal 42 217 118 0.81 0 0.46 0.15 146.06 0.7 0.51
Hex 2A D9 76 51 0 2E F 92 46 33
Octal 52 331 166 121 0 56 17 222 106 63
Binary 101010 11011001 1110110 1010001 0 101110 1111 10010010 1000110 110011

Color Harmonies of #2AD976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD976

Black with #2AD976

Text Example


Text Example

White with #2AD976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,217,118); }

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

background-color css

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

 a { background-color: rgb(42,217,118); }

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

border-color css

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

 span { border-color: rgb(42,217,118); }

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