Html Css Color HEX #2AD472 Medium Sea Green

📋 copy color: '#2AD472'

red 42 ◦ green 212 ◦ blue 114

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

Shades of Medium Sea Green #2AD472

Tints of Medium Sea Green #2AD472

RGB

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

 GREEN value IS 212 (83.2% from 255) = 57.61%

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 11.41%
G = 57.61%
B = 30.98%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#2AD472 (or 0x2AD472) is known color: Medium Sea Green. HEX triplet: 2A, D4 and 72. RGB value is (42,212,114). Sum of RGB (Red+Green+Blue) = 42+212+114=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 212 (83.20% from 255 or 57.61% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 212 - color contains mainly: green. Hex color #2AD472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD472 is #D52B8D. Grayscale: #969696. Windows color (decimal): -13970318 or 7525418. OLE color: 7525418.

HSL color Cylindrical-coordinate representation of color #2AD472: hue angle of 145.41º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD472 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 42 212 114 -
CMYK 0.80 0 0.46 0.17
HSL 145.41º 0.67% 0.5% -
HSV(B) 145.41º 0.8% 0.83% -
XYZ 27.54 48.79 23.89 -
YUV 150 107.68 50.97 -
System Red Green Blue C M Y K H S L
Decimal 42 212 114 0.80 0 0.46 0.17 145.41 0.67 0.5
Hex 2A D4 72 50 0 2E 11 91 43 32
Octal 52 324 162 120 0 56 21 221 103 62
Binary 101010 11010100 1110010 1010000 0 101110 10001 10010001 1000011 110010

Color Harmonies of #2AD472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD472

Black with #2AD472

Text Example


Text Example

White with #2AD472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,212,114); }

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

background-color css

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

 a { background-color: rgb(42,212,114); }

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

border-color css

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

 span { border-color: rgb(42,212,114); }

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