#31D94D

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

Shades of Lime Green #31D94D

Tints of Lime Green #31D94D

Color information

#31D94D (or 0x31D94D) is unknown color: approx Lime Green. HEX triplet: 31, D9 and 4D. RGB value is (49,217,77). Sum of RGB (Red+Green+Blue) = 49+217+77=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 217 (85.16% from 255 or 63.27% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 217 - color contains mainly: green. Hex color #31D94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D94D is #CE26B2. Grayscale: #979797. Windows color (decimal): -13510323 or 5101873. OLE color: 5101873.

HSL color Cylindrical-coordinate representation of color #31D94D: hue angle of 130º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D94D is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB4921777-
CMYK0.7700.650.15
HSL130º68.85%52.16%-
HSV(B)130º77.42%85.1%-
XYZ27.4250.8115.38-
YUV150.8186.3455.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.29%
GREEN value IS 217 (85.16% from 255) = 63.27%
BLUE value IS 77 (30.47% from 255) = 22.45%
R=14.29%
G=63.27%
B=22.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal49217770.7700.650.1513068.8552.16
Hex31D94D4D041F824534
Octal6133111511501011720210564
Binary1100011101100110011011001101010000011111100000101000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,217,77); }

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

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

 a { background-color: rgb(49,217,77); }

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

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

 span { border-color: rgb(49,217,77); }

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