Html Css Color HEX #2ADC71 Emerald

📋 copy color: '#2ADC71'

red 42 ◦ green 220 ◦ blue 113

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

Shades of Emerald #2ADC71

Tints of Emerald #2ADC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 11.2%
G = 58.67%
B = 30.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#2ADC71 (or 0x2ADC71) is known color: Emerald. HEX triplet: 2A, DC and 71. RGB value is (42,220,113). Sum of RGB (Red+Green+Blue) = 42+220+113=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADC71 is #D5238E. Grayscale: #9A9A9A. Windows color (decimal): -13968271 or 7461930. OLE color: 7461930.

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

Color convert

RGB 42 220 113 -
CMYK 0.81 0 0.49 0.14
HSL 143.93º 0.72% 0.51% -
HSV(B) 143.93º 0.81% 0.86% -
XYZ 29.53 52.87 24.27 -
YUV 154.58 104.53 47.7 -
System Red Green Blue C M Y K H S L
Decimal 42 220 113 0.81 0 0.49 0.14 143.93 0.72 0.51
Hex 2A DC 71 51 0 31 E 90 48 33
Octal 52 334 161 121 0 61 16 220 110 63
Binary 101010 11011100 1110001 1010001 0 110001 1110 10010000 1001000 110011

Color Harmonies of #2ADC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADC71

Black with #2ADC71

Text Example


Text Example

White with #2ADC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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