#31B31F

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

Shades of Lime Green #31B31F

Tints of Lime Green #31B31F

Color information

#31B31F (or 0x31B31F) is unknown color: approx Lime Green. HEX triplet: 31, B3 and 1F. RGB value is (49,179,31). Sum of RGB (Red+Green+Blue) = 49+179+31=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 179 (70.31% from 255 or 69.11% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 179 - color contains mainly: green. Hex color #31B31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B31F is #CE4CE0. Grayscale: #7B7B7B. Windows color (decimal): -13520097 or 2077489. OLE color: 2077489.

HSL color Cylindrical-coordinate representation of color #31B31F: hue angle of 112.7º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31B31F is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB4917931-
CMYK0.7300.830.30
HSL112.7º70.48%41.18%-
HSV(B)112.7º82.68%70.2%-
XYZ17.6332.996.74-
YUV123.2675.9375.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 179 (70.31% from 255) = 69.11%
BLUE value IS 31 (12.5% from 255) = 11.97%
R=18.92%
G=69.11%
B=11.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49179310.7300.830.30112.770.4841.18
Hex31B31F490531E714629
Octal612633711101233616110651
Binary11000110110011111111001001010100111111011100011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,179,31); }

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

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

 a { background-color: rgb(49,179,31); }

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

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

 span { border-color: rgb(49,179,31); }

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