#2fac3a

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

Shades of Lime Green #2FAC3A

Tints of Lime Green #2FAC3A

Color information

#2FAC3A (or 0x2FAC3A) is unknown color: approx Lime Green. HEX triplet: 2F, AC and 3A. RGB value is (47,172,58). Sum of RGB (Red+Green+Blue) = 47+172+58=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 172 (67.58% from 255 or 62.09% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC3A is #D053C5. Grayscale: #797979. Windows color (decimal): -13652934 or 3845167. OLE color: 3845167.

HSL color Cylindrical-coordinate representation of color #2FAC3A: hue angle of 125.28º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAC3A is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB4717258-
CMYK0.7300.660.33
HSL125.28º57.08%42.94%-
HSV(B)125.28º72.67%67.45%-
XYZ16.6930.418.99-
YUV121.6392.0974.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.97%
GREEN value IS 172 (67.58% from 255) = 62.09%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=16.97%
G=62.09%
B=20.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47172580.7300.660.33125.2857.0842.94
Hex2FAC3A49042217d392b
Octal57254721110102411757153
Binary101111101011001110101001001010000101000011111101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fac3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,172,58); }

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

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

 a { background-color: rgb(47,172,58); }

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

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

 span { border-color: rgb(47,172,58); }

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