#31B940

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

Shades of Lime Green #31B940

Tints of Lime Green #31B940

Color information

#31B940 (or 0x31B940) is unknown color: approx Lime Green. HEX triplet: 31, B9 and 40. RGB value is (49,185,64). Sum of RGB (Red+Green+Blue) = 49+185+64=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 185 (72.66% from 255 or 62.08% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 185 - color contains mainly: green. Hex color #31B940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B940 is #CE46BF. Grayscale: #828282. Windows color (decimal): -13518528 or 4241713. OLE color: 4241713.

HSL color Cylindrical-coordinate representation of color #31B940: hue angle of 126.62º 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 #31B940 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB4918564-
CMYK0.7400.650.27
HSL126.62º58.12%45.88%-
HSV(B)126.62º73.51%72.55%-
XYZ19.5435.7210.72-
YUV130.5490.4469.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 185 (72.66% from 255) = 62.08%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=16.44%
G=62.08%
B=21.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49185640.7400.650.27126.6258.1245.88
Hex31B9404A0411B7f3a2e
Octal612711001120101331777256
Binary110001101110011000000100101001000001110111111111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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