Html Css Color HEX #2EE078 Emerald

📋 copy color: '#2EE078'

red 46 ◦ green 224 ◦ blue 120

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

Shades of Emerald #2EE078

Tints of Emerald #2EE078

RGB

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

 GREEN value IS 224 (87.89% from 255) = 57.44%

 BLUE value IS 120 (47.27% from 255) = 30.77%

R = 11.79%
G = 57.44%
B = 30.77%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#2EE078 (or 0x2EE078) is known color: Emerald. HEX triplet: 2E, E0 and 78. RGB value is (46,224,120). Sum of RGB (Red+Green+Blue) = 46+224+120=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 224 (87.89% from 255 or 57.44% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE078 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE078 is #D11F87. Grayscale: #9F9F9F. Windows color (decimal): -13705096 or 7921710. OLE color: 7921710.

HSL color Cylindrical-coordinate representation of color #2EE078: hue angle of 144.94º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE078 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 120 -
CMYK 0.79 0 0.46 0.12
HSL 144.94º 0.74% 0.53% -
HSV(B) 144.94º 0.79% 0.88% -
XYZ 31.17 55.25 26.79 -
YUV 158.92 106.03 47.46 -
System Red Green Blue C M Y K H S L
Decimal 46 224 120 0.79 0 0.46 0.12 144.94 0.74 0.53
Hex 2E E0 78 4F 0 2E C 91 4A 35
Octal 56 340 170 117 0 56 14 221 112 65
Binary 101110 11100000 1111000 1001111 0 101110 1100 10010001 1001010 110101

Color Harmonies of #2EE078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE078

Black with #2EE078

Text Example


Text Example

White with #2EE078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,224,120); }

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

background-color css

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

 a { background-color: rgb(46,224,120); }

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

border-color css

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

 span { border-color: rgb(46,224,120); }

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