#31EA37

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

Shades of Lime Green #31EA37

Tints of Lime Green #31EA37

Color information

#31EA37 (or 0x31EA37) is unknown color: approx Lime Green. HEX triplet: 31, EA and 37. RGB value is (49,234,55). Sum of RGB (Red+Green+Blue) = 49+234+55=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 234 (91.80% from 255 or 69.23% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EA37 is #CE15C8. Grayscale: #9E9E9E. Windows color (decimal): -13505993 or 3664433. OLE color: 3664433.

HSL color Cylindrical-coordinate representation of color #31EA37: hue angle of 121.95º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EA37 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB4923455-
CMYK0.7900.760.08
HSL121.95º81.5%55.49%-
HSV(B)121.95º79.06%91.76%-
XYZ31.3859.7713.5-
YUV158.2869.7150.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.50%
GREEN value IS 234 (91.80% from 255) = 69.23%
BLUE value IS 55 (21.88% from 255) = 16.27%
R=14.50%
G=69.23%
B=16.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal49234550.7900.760.08121.9581.555.49
Hex31EA374F04C87a5137
Octal613526711701141017212167
Binary11000111101010110111100111101001100100011110101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,234,55); }

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

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

 a { background-color: rgb(49,234,55); }

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

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

 span { border-color: rgb(49,234,55); }

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