#2FAC31

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

Shades of Lime Green #2FAC31

Tints of Lime Green #2FAC31

Color information

#2FAC31 (or 0x2FAC31) is unknown color: approx Lime Green. HEX triplet: 2F, AC and 31. RGB value is (47,172,49). Sum of RGB (Red+Green+Blue) = 47+172+49=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 172 (67.58% from 255 or 64.18% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC31 is #D053CE. Grayscale: #787878. Windows color (decimal): -13652943 or 3255343. OLE color: 3255343.

HSL color Cylindrical-coordinate representation of color #2FAC31: hue angle of 120.96º 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 #2FAC31 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB4717249-
CMYK0.7300.720.33
HSL120.96º57.08%42.94%-
HSV(B)120.96º72.67%67.45%-
XYZ16.4830.337.89-
YUV120.687.5975.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.54%
GREEN value IS 172 (67.58% from 255) = 64.18%
BLUE value IS 49 (19.53% from 255) = 18.28%
R=17.54%
G=64.18%
B=18.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47172490.7300.720.33120.9657.0842.94
Hex2FAC31490482179392b
Octal57254611110110411717153
Binary101111101011001100011001001010010001000011111001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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