Html Css Color HEX #2ADF73 Emerald

📋 copy color: '#2ADF73'

red 42 ◦ green 223 ◦ blue 115

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

Shades of Emerald #2ADF73

Tints of Emerald #2ADF73

RGB

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

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

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

R = 11.05%
G = 58.68%
B = 30.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#2ADF73 (or 0x2ADF73) is known color: Emerald. HEX triplet: 2A, DF and 73. RGB value is (42,223,115). Sum of RGB (Red+Green+Blue) = 42+223+115=380 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.05% from 380); Green value is 223 (87.5% from 255 or 58.68% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADF73 is #D5208C. Grayscale: #9C9C9C. Windows color (decimal): -13967501 or 7593770. OLE color: 7593770.

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

Color convert

RGB 42 223 115 -
CMYK 0.81 0 0.48 0.13
HSL 144.2º 0.74% 0.52% -
HSV(B) 144.2º 0.81% 0.87% -
XYZ 30.44 54.51 25.14 -
YUV 156.57 104.53 46.28 -
System Red Green Blue C M Y K H S L
Decimal 42 223 115 0.81 0 0.48 0.13 144.2 0.74 0.52
Hex 2A DF 73 51 0 30 D 90 4A 34
Octal 52 337 163 121 0 60 15 220 112 64
Binary 101010 11011111 1110011 1010001 0 110000 1101 10010000 1001010 110100

Color Harmonies of #2ADF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADF73

Black with #2ADF73

Text Example


Text Example

White with #2ADF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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