Html Css Color HEX #2ADB73 Emerald

📋 copy color: '#2ADB73'

red 42 ◦ green 219 ◦ blue 115

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

Shades of Emerald #2ADB73

Tints of Emerald #2ADB73

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.24%

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

R = 11.17%
G = 58.24%
B = 30.59%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#2ADB73 (or 0x2ADB73) is known color: Emerald. HEX triplet: 2A, DB and 73. RGB value is (42,219,115). Sum of RGB (Red+Green+Blue) = 42+219+115=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADB73 is #D5248C. Grayscale: #9A9A9A. Windows color (decimal): -13968525 or 7592746. OLE color: 7592746.

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

Color convert

RGB 42 219 115 -
CMYK 0.81 0 0.47 0.14
HSL 144.75º 0.71% 0.51% -
HSV(B) 144.75º 0.81% 0.86% -
XYZ 29.38 52.39 24.78 -
YUV 154.22 105.86 47.96 -
System Red Green Blue C M Y K H S L
Decimal 42 219 115 0.81 0 0.47 0.14 144.75 0.71 0.51
Hex 2A DB 73 51 0 2F E 91 47 33
Octal 52 333 163 121 0 57 16 221 107 63
Binary 101010 11011011 1110011 1010001 0 101111 1110 10010001 1000111 110011

Color Harmonies of #2ADB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADB73

Black with #2ADB73

Text Example


Text Example

White with #2ADB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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