Html Css Color HEX #2EEA7A Emerald

📋 copy color: '#2EEA7A'

red 46 ◦ green 234 ◦ blue 122

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

Shades of Emerald #2EEA7A

Tints of Emerald #2EEA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.35%

R = 11.44%
G = 58.21%
B = 30.35%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#2EEA7A (or 0x2EEA7A) is known color: Emerald. HEX triplet: 2E, EA and 7A. RGB value is (46,234,122). Sum of RGB (Red+Green+Blue) = 46+234+122=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 234 (91.80% from 255 or 58.21% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEA7A is #D11585. Grayscale: #A5A5A5. Windows color (decimal): -13702534 or 8055342. OLE color: 8055342.

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

Color convert

RGB 46 234 122 -
CMYK 0.80 0 0.48 0.08
HSL 144.26º 0.82% 0.55% -
HSV(B) 144.26º 0.8% 0.92% -
XYZ 34.06 60.83 28.36 -
YUV 165.02 103.72 43.11 -
System Red Green Blue C M Y K H S L
Decimal 46 234 122 0.80 0 0.48 0.08 144.26 0.82 0.55
Hex 2E EA 7A 50 0 30 8 90 52 37
Octal 56 352 172 120 0 60 10 220 122 67
Binary 101110 11101010 1111010 1010000 0 110000 1000 10010000 1010010 110111

Color Harmonies of #2EEA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEA7A

Black with #2EEA7A

Text Example


Text Example

White with #2EEA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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