#31B240

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

Shades of Lime Green #31B240

Tints of Lime Green #31B240

Color information

#31B240 (or 0x31B240) is unknown color: approx Lime Green. HEX triplet: 31, B2 and 40. RGB value is (49,178,64). Sum of RGB (Red+Green+Blue) = 49+178+64=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 178 (69.92% from 255 or 61.17% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 178 - color contains mainly: green. Hex color #31B240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B240 is #CE4DBF. Grayscale: #7E7E7E. Windows color (decimal): -13520320 or 4239921. OLE color: 4239921.

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

Color convert

RGB4917864-
CMYK0.7200.640.30
HSL126.98º56.83%44.51%-
HSV(B)126.98º72.47%69.8%-
XYZ18.1132.8610.24-
YUV126.4392.7672.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.84%
GREEN value IS 178 (69.92% from 255) = 61.17%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=16.84%
G=61.17%
B=21.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49178640.7200.640.30126.9856.8344.51
Hex31B240480401E7f392d
Octal612621001100100361777155
Binary110001101100101000000100100001000000111101111111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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