Html Css Color HEX #2EE374 Emerald

📋 copy color: '#2EE374'

red 46 ◦ green 227 ◦ blue 116

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

Shades of Emerald #2EE374

Tints of Emerald #2EE374

RGB

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

 GREEN value IS 227 (89.06% from 255) = 58.35%

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

R = 11.83%
G = 58.35%
B = 29.82%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#2EE374 (or 0x2EE374) is known color: Emerald. HEX triplet: 2E, E3 and 74. RGB value is (46,227,116). Sum of RGB (Red+Green+Blue) = 46+227+116=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 227 (89.06% from 255 or 58.35% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 227 - color contains mainly: green. Hex color #2EE374 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE374 is #D11C8B. Grayscale: #A0A0A0. Windows color (decimal): -13704332 or 7660334. OLE color: 7660334.

HSL color Cylindrical-coordinate representation of color #2EE374: hue angle of 143.2º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE374 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 227 116 -
CMYK 0.80 0 0.49 0.11
HSL 143.2º 0.76% 0.54% -
HSV(B) 143.2º 0.8% 0.89% -
XYZ 31.75 56.78 25.81 -
YUV 160.23 103.03 46.53 -
System Red Green Blue C M Y K H S L
Decimal 46 227 116 0.80 0 0.49 0.11 143.2 0.76 0.54
Hex 2E E3 74 50 0 31 B 8F 4C 36
Octal 56 343 164 120 0 61 13 217 114 66
Binary 101110 11100011 1110100 1010000 0 110001 1011 10001111 1001100 110110

Color Harmonies of #2EE374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE374

Black with #2EE374

Text Example


Text Example

White with #2EE374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,227,116); }

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

background-color css

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

 a { background-color: rgb(46,227,116); }

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

border-color css

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

 span { border-color: rgb(46,227,116); }

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