#31AE34

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

Shades of Lime Green #31AE34

Tints of Lime Green #31AE34

Color information

#31AE34 (or 0x31AE34) is unknown color: approx Lime Green. HEX triplet: 31, AE and 34. RGB value is (49,174,52). Sum of RGB (Red+Green+Blue) = 49+174+52=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 174 (68.36% from 255 or 63.27% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AE34 is #CE51CB. Grayscale: #7B7B7B. Windows color (decimal): -13521356 or 3452465. OLE color: 3452465.

HSL color Cylindrical-coordinate representation of color #31AE34: hue angle of 121.44º 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 #31AE34 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB4917452-
CMYK0.7200.700.32
HSL121.44º56.05%43.73%-
HSV(B)121.44º71.84%68.24%-
XYZ17.0231.178.37-
YUV122.7288.0975.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 174 (68.36% from 255) = 63.27%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=17.82%
G=63.27%
B=18.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49174520.7200.700.32121.4456.0543.73
Hex31AE34480462079382c
Octal61256641100106401717054
Binary110001101011101101001001000010001101000001111001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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