Html Css Color HEX #2ADC73 Emerald

📋 copy color: '#2ADC73'

red 42 ◦ green 220 ◦ blue 115

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

Shades of Emerald #2ADC73

Tints of Emerald #2ADC73

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.36%

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 11.14%
G = 58.36%
B = 30.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#2ADC73 (or 0x2ADC73) is known color: Emerald. HEX triplet: 2A, DC and 73. RGB value is (42,220,115). Sum of RGB (Red+Green+Blue) = 42+220+115=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADC73 is #D5238C. Grayscale: #9B9B9B. Windows color (decimal): -13968269 or 7593002. OLE color: 7593002.

HSL color Cylindrical-coordinate representation of color #2ADC73: hue angle of 144.61º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADC73 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 220 115 -
CMYK 0.81 0 0.48 0.14
HSL 144.61º 0.72% 0.51% -
HSV(B) 144.61º 0.81% 0.86% -
XYZ 29.64 52.92 24.87 -
YUV 154.81 105.53 47.54 -
System Red Green Blue C M Y K H S L
Decimal 42 220 115 0.81 0 0.48 0.14 144.61 0.72 0.51
Hex 2A DC 73 51 0 30 E 91 48 33
Octal 52 334 163 121 0 60 16 221 110 63
Binary 101010 11011100 1110011 1010001 0 110000 1110 10010001 1001000 110011

Color Harmonies of #2ADC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADC73

Black with #2ADC73

Text Example


Text Example

White with #2ADC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,220,115); }

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

background-color css

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

 a { background-color: rgb(42,220,115); }

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

border-color css

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

 span { border-color: rgb(42,220,115); }

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