#31C049

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

Shades of Lime Green #31C049

Tints of Lime Green #31C049

Color information

#31C049 (or 0x31C049) is unknown color: approx Lime Green. HEX triplet: 31, C0 and 49. RGB value is (49,192,73). Sum of RGB (Red+Green+Blue) = 49+192+73=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #31C049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C049 is #CE3FB6. Grayscale: #888888. Windows color (decimal): -13516727 or 4833329. OLE color: 4833329.

HSL color Cylindrical-coordinate representation of color #31C049: hue angle of 130.07º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C049 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB4919273-
CMYK0.7400.620.25
HSL130.07º59.34%47.25%-
HSV(B)130.07º74.48%75.29%-
XYZ21.3238.8312.68-
YUV135.6892.6266.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 192 (75.39% from 255) = 61.15%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=15.61%
G=61.15%
B=23.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49192730.7400.620.25130.0759.3447.25
Hex31C0494A03E19823b2f
Octal61300111112076312027357
Binary110001110000001001001100101001111101100110000010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,192,73); }

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

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

 a { background-color: rgb(49,192,73); }

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

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

 span { border-color: rgb(49,192,73); }

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