#31AE37

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

Shades of Lime Green #31AE37

Tints of Lime Green #31AE37

Color information

#31AE37 (or 0x31AE37) is unknown color: approx Lime Green. HEX triplet: 31, AE and 37. RGB value is (49,174,55). Sum of RGB (Red+Green+Blue) = 49+174+55=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 174 (68.36% from 255 or 62.59% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AE37 is #CE51C8. Grayscale: #7B7B7B. Windows color (decimal): -13521353 or 3649073. OLE color: 3649073.

HSL color Cylindrical-coordinate representation of color #31AE37: hue angle of 122.88º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AE37 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB4917455-
CMYK0.7200.680.32
HSL122.88º56.05%43.73%-
HSV(B)122.88º71.84%68.24%-
XYZ17.0931.28.74-
YUV123.0689.5975.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.63%
GREEN value IS 174 (68.36% from 255) = 62.59%
BLUE value IS 55 (21.88% from 255) = 19.78%
R=17.63%
G=62.59%
B=19.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49174550.7200.680.32122.8856.0543.73
Hex31AE3748044207b382c
Octal61256671100104401737054
Binary110001101011101101111001000010001001000001111011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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