Html Css Color HEX #2EE570 Emerald

📋 copy color: '#2EE570'

red 46 ◦ green 229 ◦ blue 112

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

Shades of Emerald #2EE570

Tints of Emerald #2EE570

RGB

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

 GREEN value IS 229 (89.84% from 255) = 59.17%

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

R = 11.89%
G = 59.17%
B = 28.94%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#2EE570 (or 0x2EE570) is known color: Emerald. HEX triplet: 2E, E5 and 70. RGB value is (46,229,112). Sum of RGB (Red+Green+Blue) = 46+229+112=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 229 (89.84% from 255 or 59.17% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE570 is #D11A8F. Grayscale: #A1A1A1. Windows color (decimal): -13703824 or 7398702. OLE color: 7398702.

HSL color Cylindrical-coordinate representation of color #2EE570: hue angle of 141.64º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE570 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 229 112 -
CMYK 0.80 0 0.51 0.10
HSL 141.64º 0.78% 0.54% -
HSV(B) 141.64º 0.8% 0.9% -
XYZ 32.07 57.79 24.79 -
YUV 160.95 100.37 46.01 -
System Red Green Blue C M Y K H S L
Decimal 46 229 112 0.80 0 0.51 0.10 141.64 0.78 0.54
Hex 2E E5 70 50 0 33 A 8E 4E 36
Octal 56 345 160 120 0 63 12 216 116 66
Binary 101110 11100101 1110000 1010000 0 110011 1010 10001110 1001110 110110

Color Harmonies of #2EE570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE570

Black with #2EE570

Text Example


Text Example

White with #2EE570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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