Html Css Color HEX #2ADF76 Emerald

📋 copy color: '#2ADF76'

red 42 ◦ green 223 ◦ blue 118

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

Shades of Emerald #2ADF76

Tints of Emerald #2ADF76

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.22%

 BLUE value IS 118 (46.48% from 255) = 30.81%

R = 10.97%
G = 58.22%
B = 30.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#2ADF76 (or 0x2ADF76) is known color: Emerald. HEX triplet: 2A, DF and 76. RGB value is (42,223,118). Sum of RGB (Red+Green+Blue) = 42+223+118=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 223 (87.5% from 255 or 58.22% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADF76 is #D52089. Grayscale: #9D9D9D. Windows color (decimal): -13967498 or 7790378. OLE color: 7790378.

HSL color Cylindrical-coordinate representation of color #2ADF76: hue angle of 145.19º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADF76 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 223 118 -
CMYK 0.81 0 0.47 0.13
HSL 145.19º 0.74% 0.52% -
HSV(B) 145.19º 0.81% 0.87% -
XYZ 30.61 54.58 26.06 -
YUV 156.91 106.03 46.04 -
System Red Green Blue C M Y K H S L
Decimal 42 223 118 0.81 0 0.47 0.13 145.19 0.74 0.52
Hex 2A DF 76 51 0 2F D 91 4A 34
Octal 52 337 166 121 0 57 15 221 112 64
Binary 101010 11011111 1110110 1010001 0 101111 1101 10010001 1001010 110100

Color Harmonies of #2ADF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADF76

Black with #2ADF76

Text Example


Text Example

White with #2ADF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,223,118); }

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

background-color css

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

 a { background-color: rgb(42,223,118); }

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

border-color css

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

 span { border-color: rgb(42,223,118); }

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