#31AD29

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

Shades of Lime Green #31AD29

Tints of Lime Green #31AD29

Color information

#31AD29 (or 0x31AD29) is unknown color: approx Lime Green. HEX triplet: 31, AD and 29. RGB value is (49,173,41). Sum of RGB (Red+Green+Blue) = 49+173+41=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 173 (67.97% from 255 or 65.78% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AD29 is #CE52D6. Grayscale: #797979. Windows color (decimal): -13521623 or 2731313. OLE color: 2731313.

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

Color convert

RGB4917341-
CMYK0.7200.760.32
HSL116.36º61.68%41.96%-
HSV(B)116.36º76.3%67.84%-
XYZ16.6130.77.15-
YUV120.8882.9276.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.63%
GREEN value IS 173 (67.97% from 255) = 65.78%
BLUE value IS 41 (16.41% from 255) = 15.59%
R=18.63%
G=65.78%
B=15.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49173410.7200.760.32116.3661.6841.96
Hex31AD294804C20743e2a
Octal61255511100114401647652
Binary110001101011011010011001000010011001000001110100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,173,41); }

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

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

 a { background-color: rgb(49,173,41); }

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

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

 span { border-color: rgb(49,173,41); }

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