#31AC2F

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

Shades of Lime Green #31AC2F

Tints of Lime Green #31AC2F

Color information

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

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

Color convert

RGB4917247-
CMYK0.7200.730.33
HSL119.04º57.08%42.94%-
HSV(B)119.04º72.67%67.45%-
XYZ16.5330.367.68-
YUV120.9786.2576.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49172470.7200.730.33119.0457.0842.94
Hex31AC2F480492177392b
Octal61254571100111411677153
Binary110001101011001011111001000010010011000011110111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AC2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31AC2F; }

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

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

<style>
 a { background-color: #31AC2F; }

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

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

<style>
 span { border-color: #31AC2F; }

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

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