#31B540

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

Shades of Lime Green #31B540

Tints of Lime Green #31B540

Color information

#31B540 (or 0x31B540) is unknown color: approx Lime Green. HEX triplet: 31, B5 and 40. RGB value is (49,181,64). Sum of RGB (Red+Green+Blue) = 49+181+64=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 181 (71.09% from 255 or 61.56% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 181 - color contains mainly: green. Hex color #31B540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B540 is #CE4ABF. Grayscale: #808080. Windows color (decimal): -13519552 or 4240689. OLE color: 4240689.

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

Color convert

RGB4918164-
CMYK0.7300.650.29
HSL126.82º57.39%45.1%-
HSV(B)126.82º72.93%70.98%-
XYZ18.7234.0710.44-
YUV128.1991.7771.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.67%
GREEN value IS 181 (71.09% from 255) = 61.56%
BLUE value IS 64 (25.39% from 255) = 21.77%
R=16.67%
G=61.56%
B=21.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49181640.7300.650.29126.8257.3945.1
Hex31B540490411D7f392d
Octal612651001110101351777155
Binary110001101101011000000100100101000001111011111111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,181,64); }

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

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

 a { background-color: rgb(49,181,64); }

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

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

 span { border-color: rgb(49,181,64); }

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