Html Css Color HEX #2ADB72 Emerald

📋 copy color: '#2ADB72'

red 42 ◦ green 219 ◦ blue 114

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

Shades of Emerald #2ADB72

Tints of Emerald #2ADB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 11.2%
G = 58.4%
B = 30.4%

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

#2ADB72 (or 0x2ADB72) is known color: Emerald. HEX triplet: 2A, DB and 72. RGB value is (42,219,114). Sum of RGB (Red+Green+Blue) = 42+219+114=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 219 (85.94% from 255 or 58.4% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADB72 is #D5248D. Grayscale: #9A9A9A. Windows color (decimal): -13968526 or 7527210. OLE color: 7527210.

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

Color convert

RGB 42 219 114 -
CMYK 0.81 0 0.48 0.14
HSL 144.41º 0.71% 0.51% -
HSV(B) 144.41º 0.81% 0.86% -
XYZ 29.32 52.37 24.48 -
YUV 154.11 105.36 48.04 -
System Red Green Blue C M Y K H S L
Decimal 42 219 114 0.81 0 0.48 0.14 144.41 0.71 0.51
Hex 2A DB 72 51 0 30 E 90 47 33
Octal 52 333 162 121 0 60 16 220 107 63
Binary 101010 11011011 1110010 1010001 0 110000 1110 10010000 1000111 110011

Color Harmonies of #2ADB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADB72

Black with #2ADB72

Text Example


Text Example

White with #2ADB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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