Html Css Color HEX #2EEA72 Emerald

📋 copy color: '#2EEA72'

red 46 ◦ green 234 ◦ blue 114

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

Shades of Emerald #2EEA72

Tints of Emerald #2EEA72

RGB

 RED value IS 46 (18.36% from 255) = 11.68%

 GREEN value IS 234 (91.8% from 255) = 59.39%

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

R = 11.68%
G = 59.39%
B = 28.93%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#2EEA72 (or 0x2EEA72) is known color: Emerald. HEX triplet: 2E, EA and 72. RGB value is (46,234,114). Sum of RGB (Red+Green+Blue) = 46+234+114=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 234 (91.80% from 255 or 59.39% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEA72 is #D1158D. Grayscale: #A4A4A4. Windows color (decimal): -13702542 or 7531054. OLE color: 7531054.

HSL color Cylindrical-coordinate representation of color #2EEA72: hue angle of 141.7º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEA72 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 234 114 -
CMYK 0.80 0 0.51 0.08
HSL 141.7º 0.82% 0.55% -
HSV(B) 141.7º 0.8% 0.92% -
XYZ 33.59 60.64 25.85 -
YUV 164.11 99.72 43.76 -
System Red Green Blue C M Y K H S L
Decimal 46 234 114 0.80 0 0.51 0.08 141.7 0.82 0.55
Hex 2E EA 72 50 0 33 8 8E 52 37
Octal 56 352 162 120 0 63 10 216 122 67
Binary 101110 11101010 1110010 1010000 0 110011 1000 10001110 1010010 110111

Color Harmonies of #2EEA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEA72

Black with #2EEA72

Text Example


Text Example

White with #2EEA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,234,114); }

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

background-color css

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

 a { background-color: rgb(46,234,114); }

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

border-color css

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

 span { border-color: rgb(46,234,114); }

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