#2ee16e

Color #2EE16E Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #2EE16E

Tints of Emerald #2EE16E

Color information

#2EE16E (or 0x2EE16E) is unknown color: approx Emerald. HEX triplet: 2E, E1 and 6E. RGB value is (46,225,110). Sum of RGB (Red+Green+Blue) = 46+225+110=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 225 (88.28% from 255 or 59.06% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE16E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE16E is #D11E91. Grayscale: #9E9E9E. Windows color (decimal): -13704850 or 7266606. OLE color: 7266606.

HSL color Cylindrical-coordinate representation of color #2EE16E: hue angle of 141.45º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE16E is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB46225110-
CMYK0.8000.510.12
HSL141.45º74.9%53.14%-
HSV(B)141.45º79.56%88.24%-
XYZ30.8755.5623.85-
YUV158.37100.747.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.07%
GREEN value IS 225 (88.28% from 255) = 59.06%
BLUE value IS 110 (43.36% from 255) = 28.87%
R=12.07%
G=59.06%
B=28.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal462251100.8000.510.12141.4574.953.14
Hex2EE16E50033C8d4b35
Octal563411561200631421511365
Binary101110111000011101110101000001100111100100011011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ee16e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ee16e;
 }
 .AnyTagClassName
 {
   color: #2ee16e;
 }
</style>
background-color css

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

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

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

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

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

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