#31c148

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

Shades of Lime Green #31C148

Tints of Lime Green #31C148

Color information

#31C148 (or 0x31C148) is unknown color: approx Lime Green. HEX triplet: 31, C1 and 48. RGB value is (49,193,72). Sum of RGB (Red+Green+Blue) = 49+193+72=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #31C148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C148 is #CE3EB7. Grayscale: #888888. Windows color (decimal): -13516472 or 4768049. OLE color: 4768049.

HSL color Cylindrical-coordinate representation of color #31C148: hue angle of 129.58º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C148 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB4919372-
CMYK0.7500.630.24
HSL129.58º59.5%47.45%-
HSV(B)129.58º74.61%75.69%-
XYZ21.5139.2612.58-
YUV136.1591.7965.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 193 (75.78% from 255) = 61.46%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=15.61%
G=61.46%
B=22.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal49193720.7500.630.24129.5859.547.45
Hex31C1484B03F18823c2f
Octal61301110113077302027457
Binary110001110000011001000100101101111111100010000010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31c148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,193,72); }

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

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

 a { background-color: rgb(49,193,72); }

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

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

 span { border-color: rgb(49,193,72); }

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