#2FE477

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

Shades of Emerald #2FE477

Tints of Emerald #2FE477

Color information

#2FE477 (or 0x2FE477) is unknown color: approx Emerald. HEX triplet: 2F, E4 and 77. RGB value is (47,228,119). Sum of RGB (Red+Green+Blue) = 47+228+119=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 228 (89.45% from 255 or 57.87% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE477 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE477 is #D01B88. Grayscale: #A1A1A1. Windows color (decimal): -13638537 or 7857199. OLE color: 7857199.

HSL color Cylindrical-coordinate representation of color #2FE477: hue angle of 143.87º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE477 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB47228119-
CMYK0.7900.480.11
HSL143.87º77.02%53.92%-
HSV(B)143.87º79.39%89.41%-
XYZ32.2557.4226.84-
YUV161.45104.0346.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.93%
GREEN value IS 228 (89.45% from 255) = 57.87%
BLUE value IS 119 (46.88% from 255) = 30.20%
R=11.93%
G=57.87%
B=30.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal472281190.7900.480.11143.8777.0253.92
Hex2FE4774F030B904d36
Octal573441671170601322011566
Binary101111111001001110111100111101100001011100100001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,228,119); }

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

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

 a { background-color: rgb(47,228,119); }

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

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

 span { border-color: rgb(47,228,119); }

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