Html Css Color HEX #2EE06E Emerald

📋 copy color: '#2EE06E'

red 46 ◦ green 224 ◦ blue 110

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

Shades of Emerald #2EE06E

Tints of Emerald #2EE06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.95%

R = 12.11%
G = 58.95%
B = 28.95%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#2EE06E (or 0x2EE06E) is known color: Emerald. HEX triplet: 2E, E0 and 6E. RGB value is (46,224,110). Sum of RGB (Red+Green+Blue) = 46+224+110=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 224 (87.89% from 255 or 58.95% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE06E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE06E is #D11F91. Grayscale: #9E9E9E. Windows color (decimal): -13705106 or 7266350. OLE color: 7266350.

HSL color Cylindrical-coordinate representation of color #2EE06E: hue angle of 141.57º 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 #2EE06E is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 110 -
CMYK 0.79 0 0.51 0.12
HSL 141.57º 0.74% 0.53% -
HSV(B) 141.57º 0.79% 0.88% -
XYZ 30.6 55.02 23.76 -
YUV 157.78 101.03 48.27 -
System Red Green Blue C M Y K H S L
Decimal 46 224 110 0.79 0 0.51 0.12 141.57 0.74 0.53
Hex 2E E0 6E 4F 0 33 C 8E 4A 35
Octal 56 340 156 117 0 63 14 216 112 65
Binary 101110 11100000 1101110 1001111 0 110011 1100 10001110 1001010 110101

Color Harmonies of #2EE06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE06E

Black with #2EE06E

Text Example


Text Example

White with #2EE06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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