#31b341

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

Shades of Lime Green #31B341

Tints of Lime Green #31B341

Color information

#31B341 (or 0x31B341) is unknown color: approx Lime Green. HEX triplet: 31, B3 and 41. RGB value is (49,179,65). Sum of RGB (Red+Green+Blue) = 49+179+65=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 179 (70.31% from 255 or 61.09% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 179 - color contains mainly: green. Hex color #31B341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B341 is #CE4CBE. Grayscale: #7F7F7F. Windows color (decimal): -13520063 or 4305713. OLE color: 4305713.

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

Color convert

RGB4917965-
CMYK0.7300.640.30
HSL127.38º57.02%44.71%-
HSV(B)127.38º72.63%70.2%-
XYZ18.3433.2710.46-
YUV127.1392.9372.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.72%
GREEN value IS 179 (70.31% from 255) = 61.09%
BLUE value IS 65 (25.78% from 255) = 22.18%
R=16.72%
G=61.09%
B=22.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49179650.7300.640.30127.3857.0244.71
Hex31B341490401E7f392d
Octal612631011110100361777155
Binary110001101100111000001100100101000000111101111111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31b341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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