Html Css Color HEX #2AD975 Medium Sea Green

📋 copy color: '#2AD975'

red 42 ◦ green 217 ◦ blue 117

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

Shades of Medium Sea Green #2AD975

Tints of Medium Sea Green #2AD975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 11.17%
G = 57.71%
B = 31.12%

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

#2AD975 (or 0x2AD975) is known color: Medium Sea Green. HEX triplet: 2A, D9 and 75. RGB value is (42,217,117). Sum of RGB (Red+Green+Blue) = 42+217+117=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 217 (85.16% from 255 or 57.71% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD975 is #D5268A. Grayscale: #999999. Windows color (decimal): -13969035 or 7723306. OLE color: 7723306.

HSL color Cylindrical-coordinate representation of color #2AD975: hue angle of 145.71º 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 #2AD975 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 217 117 -
CMYK 0.81 0 0.46 0.15
HSL 145.71º 0.7% 0.51% -
HSV(B) 145.71º 0.81% 0.85% -
XYZ 28.98 51.4 25.22 -
YUV 153.28 107.52 48.63 -
System Red Green Blue C M Y K H S L
Decimal 42 217 117 0.81 0 0.46 0.15 145.71 0.7 0.51
Hex 2A D9 75 51 0 2E F 92 46 33
Octal 52 331 165 121 0 56 17 222 106 63
Binary 101010 11011001 1110101 1010001 0 101110 1111 10010010 1000110 110011

Color Harmonies of #2AD975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD975

Black with #2AD975

Text Example


Text Example

White with #2AD975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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