#31BA40

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

Shades of Lime Green #31BA40

Tints of Lime Green #31BA40

Color information

#31BA40 (or 0x31BA40) is unknown color: approx Lime Green. HEX triplet: 31, BA and 40. RGB value is (49,186,64). Sum of RGB (Red+Green+Blue) = 49+186+64=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BA40 is #CE45BF. Grayscale: #838383. Windows color (decimal): -13518272 or 4241969. OLE color: 4241969.

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

Color convert

RGB4918664-
CMYK0.7400.660.27
HSL126.57º58.3%46.08%-
HSV(B)126.57º73.66%72.94%-
XYZ19.7536.1410.79-
YUV131.1390.1169.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 186 (73.05% from 255) = 62.21%
BLUE value IS 64 (25.39% from 255) = 21.40%
R=16.39%
G=62.21%
B=21.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49186640.7400.660.27126.5758.346.08
Hex31BA404A0421B7f3a2e
Octal612721001120102331777256
Binary110001101110101000000100101001000010110111111111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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