#31B91E

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

Shades of Lime Green #31B91E

Tints of Lime Green #31B91E

Color information

#31B91E (or 0x31B91E) is unknown color: approx Lime Green. HEX triplet: 31, B9 and 1E. RGB value is (49,185,30). Sum of RGB (Red+Green+Blue) = 49+185+30=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 185 (72.66% from 255 or 70.08% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 185 - color contains mainly: green. Hex color #31B91E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B91E is #CE46E1. Grayscale: #7F7F7F. Windows color (decimal): -13518562 or 2013489. OLE color: 2013489.

HSL color Cylindrical-coordinate representation of color #31B91E: hue angle of 112.65º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31B91E is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB4918530-
CMYK0.7400.840.27
HSL112.65º72.09%42.16%-
HSV(B)112.65º83.78%72.55%-
XYZ18.8535.447.08-
YUV126.6773.4472.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 185 (72.66% from 255) = 70.08%
BLUE value IS 30 (12.11% from 255) = 11.36%
R=18.56%
G=70.08%
B=11.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49185300.7400.840.27112.6572.0942.16
Hex31B91E4A0541B71482a
Octal612713611201243316111052
Binary11000110111001111101001010010101001101111100011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,185,30); }

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

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

 a { background-color: rgb(49,185,30); }

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

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

 span { border-color: rgb(49,185,30); }

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