Html Css Color HEX #2AD36C Medium Sea Green

📋 copy color: '#2AD36C'

red 42 ◦ green 211 ◦ blue 108

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

Shades of Medium Sea Green #2AD36C

Tints of Medium Sea Green #2AD36C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 58.45%

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 11.63%
G = 58.45%
B = 29.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#2AD36C (or 0x2AD36C) is known color: Medium Sea Green. HEX triplet: 2A, D3 and 6C. RGB value is (42,211,108). Sum of RGB (Red+Green+Blue) = 42+211+108=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 211 (82.81% from 255 or 58.45% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 211 - color contains mainly: green. Hex color #2AD36C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD36C is #D52C93. Grayscale: #949494. Windows color (decimal): -13970580 or 7131946. OLE color: 7131946.

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

Color convert

RGB 42 211 108 -
CMYK 0.80 0 0.49 0.17
HSL 143.43º 0.67% 0.5% -
HSV(B) 143.43º 0.8% 0.83% -
XYZ 26.96 48.16 22.06 -
YUV 148.73 105.01 51.88 -
System Red Green Blue C M Y K H S L
Decimal 42 211 108 0.80 0 0.49 0.17 143.43 0.67 0.5
Hex 2A D3 6C 50 0 31 11 8F 43 32
Octal 52 323 154 120 0 61 21 217 103 62
Binary 101010 11010011 1101100 1010000 0 110001 10001 10001111 1000011 110010

Color Harmonies of #2AD36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD36C

Black with #2AD36C

Text Example


Text Example

White with #2AD36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,211,108); }

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

background-color css

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

 a { background-color: rgb(42,211,108); }

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

border-color css

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

 span { border-color: rgb(42,211,108); }

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