Html Css Color HEX #2ADE74 Emerald

📋 copy color: '#2ADE74'

red 42 ◦ green 222 ◦ blue 116

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

Shades of Emerald #2ADE74

Tints of Emerald #2ADE74

RGB

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

 GREEN value IS 222 (87.11% from 255) = 58.42%

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

R = 11.05%
G = 58.42%
B = 30.53%

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

#2ADE74 (or 0x2ADE74) is known color: Emerald. HEX triplet: 2A, DE and 74. RGB value is (42,222,116). Sum of RGB (Red+Green+Blue) = 42+222+116=380 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.05% from 380); Green value is 222 (87.11% from 255 or 58.42% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADE74 is #D5218B. Grayscale: #9C9C9C. Windows color (decimal): -13967756 or 7659050. OLE color: 7659050.

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

Color convert

RGB 42 222 116 -
CMYK 0.81 0 0.48 0.13
HSL 144.67º 0.73% 0.52% -
HSV(B) 144.67º 0.81% 0.87% -
XYZ 30.23 54 25.35 -
YUV 156.1 105.37 46.62 -
System Red Green Blue C M Y K H S L
Decimal 42 222 116 0.81 0 0.48 0.13 144.67 0.73 0.52
Hex 2A DE 74 51 0 30 D 91 49 34
Octal 52 336 164 121 0 60 15 221 111 64
Binary 101010 11011110 1110100 1010001 0 110000 1101 10010001 1001001 110100

Color Harmonies of #2ADE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADE74

Black with #2ADE74

Text Example


Text Example

White with #2ADE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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