Html Css Color HEX #2ADF74 Emerald

📋 copy color: '#2ADF74'

red 42 ◦ green 223 ◦ blue 116

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

Shades of Emerald #2ADF74

Tints of Emerald #2ADF74

RGB

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

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

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

R = 11.02%
G = 58.53%
B = 30.45%

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

#2ADF74 (or 0x2ADF74) is known color: Emerald. HEX triplet: 2A, DF and 74. RGB value is (42,223,116). Sum of RGB (Red+Green+Blue) = 42+223+116=381 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.02% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADF74 is #D5208B. Grayscale: #9C9C9C. Windows color (decimal): -13967500 or 7659306. OLE color: 7659306.

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

Color convert

RGB 42 223 116 -
CMYK 0.81 0 0.48 0.13
HSL 144.53º 0.74% 0.52% -
HSV(B) 144.53º 0.81% 0.87% -
XYZ 30.49 54.53 25.44 -
YUV 156.68 105.03 46.2 -
System Red Green Blue C M Y K H S L
Decimal 42 223 116 0.81 0 0.48 0.13 144.53 0.74 0.52
Hex 2A DF 74 51 0 30 D 91 4A 34
Octal 52 337 164 121 0 60 15 221 112 64
Binary 101010 11011111 1110100 1010001 0 110000 1101 10010001 1001010 110100

Color Harmonies of #2ADF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADF74

Black with #2ADF74

Text Example


Text Example

White with #2ADF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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