#31AE33

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

Shades of Lime Green #31AE33

Tints of Lime Green #31AE33

Color information

#31AE33 (or 0x31AE33) is unknown color: approx Lime Green. HEX triplet: 31, AE and 33. RGB value is (49,174,51). Sum of RGB (Red+Green+Blue) = 49+174+51=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 174 (68.36% from 255 or 63.50% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AE33 is #CE51CC. Grayscale: #7A7A7A. Windows color (decimal): -13521357 or 3386929. OLE color: 3386929.

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

Color convert

RGB4917451-
CMYK0.7200.710.32
HSL120.96º56.05%43.73%-
HSV(B)120.96º71.84%68.24%-
XYZ1731.168.25-
YUV122.687.5975.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 174 (68.36% from 255) = 63.50%
BLUE value IS 51 (20.31% from 255) = 18.61%
R=17.88%
G=63.50%
B=18.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49174510.7200.710.32120.9656.0543.73
Hex31AE33480472079382c
Octal61256631100107401717054
Binary110001101011101100111001000010001111000001111001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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