#31BA41

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

Shades of Lime Green #31BA41

Tints of Lime Green #31BA41

Color information

#31BA41 (or 0x31BA41) is unknown color: approx Lime Green. HEX triplet: 31, BA and 41. RGB value is (49,186,65). Sum of RGB (Red+Green+Blue) = 49+186+65=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BA41 is #CE45BE. Grayscale: #838383. Windows color (decimal): -13518271 or 4307505. OLE color: 4307505.

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

Color convert

RGB4918665-
CMYK0.7400.650.27
HSL127.01º58.3%46.08%-
HSV(B)127.01º73.66%72.94%-
XYZ19.7836.1510.94-
YUV131.2490.6169.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.33%
GREEN value IS 186 (73.05% from 255) = 62%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=16.33%
G=62%
B=21.67%

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
Decimal49186650.7400.650.27127.0158.346.08
Hex31BA414A0411B7f3a2e
Octal612721011120101331777256
Binary110001101110101000001100101001000001110111111111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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