Html Css Color HEX #2EE770 Emerald

📋 copy color: '#2EE770'

red 46 ◦ green 231 ◦ blue 112

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

Shades of Emerald #2EE770

Tints of Emerald #2EE770

RGB

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

 GREEN value IS 231 (90.63% from 255) = 59.38%

 BLUE value IS 112 (44.14% from 255) = 28.79%

R = 11.83%
G = 59.38%
B = 28.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#2EE770 (or 0x2EE770) is known color: Emerald. HEX triplet: 2E, E7 and 70. RGB value is (46,231,112). Sum of RGB (Red+Green+Blue) = 46+231+112=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 231 (90.62% from 255 or 59.38% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE770 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE770 is #D1188F. Grayscale: #A2A2A2. Windows color (decimal): -13703312 or 7399214. OLE color: 7399214.

HSL color Cylindrical-coordinate representation of color #2EE770: hue angle of 141.41º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE770 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 231 112 -
CMYK 0.80 0 0.52 0.09
HSL 141.41º 0.79% 0.54% -
HSV(B) 141.41º 0.8% 0.91% -
XYZ 32.63 58.9 24.98 -
YUV 162.12 99.71 45.18 -
System Red Green Blue C M Y K H S L
Decimal 46 231 112 0.80 0 0.52 0.09 141.41 0.79 0.54
Hex 2E E7 70 50 0 34 9 8D 4F 36
Octal 56 347 160 120 0 64 11 215 117 66
Binary 101110 11100111 1110000 1010000 0 110100 1001 10001101 1001111 110110

Color Harmonies of #2EE770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE770

Black with #2EE770

Text Example


Text Example

White with #2EE770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,231,112); }

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

background-color css

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

 a { background-color: rgb(46,231,112); }

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

border-color css

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

 span { border-color: rgb(46,231,112); }

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