#2FE16A

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

Shades of Emerald #2FE16A

Tints of Emerald #2FE16A

Color information

#2FE16A (or 0x2FE16A) is unknown color: approx Emerald. HEX triplet: 2F, E1 and 6A. RGB value is (47,225,106). Sum of RGB (Red+Green+Blue) = 47+225+106=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 225 (88.28% from 255 or 59.52% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE16A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE16A is #D01E95. Grayscale: #9E9E9E. Windows color (decimal): -13639318 or 7004463. OLE color: 7004463.

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

Color convert

RGB47225106-
CMYK0.7900.530.12
HSL139.89º74.79%53.33%-
HSV(B)139.89º79.11%88.24%-
XYZ30.755.522.73-
YUV158.2198.5348.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.43%
GREEN value IS 225 (88.28% from 255) = 59.52%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=12.43%
G=59.52%
B=28.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal472251060.7900.530.12139.8974.7953.33
Hex2FE16A4F035C8c4b35
Octal573411521170651421411365
Binary101111111000011101010100111101101011100100011001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,225,106); }

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

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

 a { background-color: rgb(47,225,106); }

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

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

 span { border-color: rgb(47,225,106); }

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