#31C550

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

Shades of Lime Green #31C550

Tints of Lime Green #31C550

Color information

#31C550 (or 0x31C550) is unknown color: approx Lime Green. HEX triplet: 31, C5 and 50. RGB value is (49,197,80). Sum of RGB (Red+Green+Blue) = 49+197+80=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #31C550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C550 is #CE3AAF. Grayscale: #8B8B8B. Windows color (decimal): -13515440 or 5293361. OLE color: 5293361.

HSL color Cylindrical-coordinate representation of color #31C550: hue angle of 132.57º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C550 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB4919780-
CMYK0.7500.590.23
HSL132.57º60.16%48.24%-
HSV(B)132.57º75.13%77.25%-
XYZ22.6841.1614.34-
YUV139.4194.4763.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.03%
GREEN value IS 197 (77.34% from 255) = 60.43%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=15.03%
G=60.43%
B=24.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal49197800.7500.590.23132.5760.1648.24
Hex31C5504B03B17853c30
Octal61305120113073272057460
Binary110001110001011010000100101101110111011110000101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,197,80); }

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

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

 a { background-color: rgb(49,197,80); }

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

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

 span { border-color: rgb(49,197,80); }

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