Html Css Color HEX #2ADB74 Emerald

📋 copy color: '#2ADB74'

red 42 ◦ green 219 ◦ blue 116

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

Shades of Emerald #2ADB74

Tints of Emerald #2ADB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 11.14%
G = 58.09%
B = 30.77%

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

#2ADB74 (or 0x2ADB74) is known color: Emerald. HEX triplet: 2A, DB and 74. RGB value is (42,219,116). Sum of RGB (Red+Green+Blue) = 42+219+116=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 219 (85.94% from 255 or 58.09% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADB74 is #D5248B. Grayscale: #9A9A9A. Windows color (decimal): -13968524 or 7658282. OLE color: 7658282.

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

Color convert

RGB 42 219 116 -
CMYK 0.81 0 0.47 0.14
HSL 145.08º 0.71% 0.51% -
HSV(B) 145.08º 0.81% 0.86% -
XYZ 29.44 52.42 25.09 -
YUV 154.34 106.36 47.88 -
System Red Green Blue C M Y K H S L
Decimal 42 219 116 0.81 0 0.47 0.14 145.08 0.71 0.51
Hex 2A DB 74 51 0 2F E 91 47 33
Octal 52 333 164 121 0 57 16 221 107 63
Binary 101010 11011011 1110100 1010001 0 101111 1110 10010001 1000111 110011

Color Harmonies of #2ADB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADB74

Black with #2ADB74

Text Example


Text Example

White with #2ADB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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