#31AB2F

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

Shades of Lime Green #31AB2F

Tints of Lime Green #31AB2F

Color information

#31AB2F (or 0x31AB2F) is unknown color: approx Lime Green. HEX triplet: 31, AB and 2F. RGB value is (49,171,47). Sum of RGB (Red+Green+Blue) = 49+171+47=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 171 (67.19% from 255 or 64.04% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AB2F is #CE54D0. Grayscale: #787878. Windows color (decimal): -13522129 or 3124017. OLE color: 3124017.

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

Color convert

RGB4917147-
CMYK0.7100.730.33
HSL119.03º56.88%42.75%-
HSV(B)119.03º72.51%67.06%-
XYZ16.3429.987.62-
YUV120.3986.5877.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 171 (67.19% from 255) = 64.04%
BLUE value IS 47 (18.75% from 255) = 17.60%
R=18.35%
G=64.04%
B=17.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49171470.7100.730.33119.0356.8842.75
Hex31AB2F470492177392b
Octal61253571070111411677153
Binary110001101010111011111000111010010011000011110111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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