#31E129

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

Shades of Lime Green #31E129

Tints of Lime Green #31E129

Color information

#31E129 (or 0x31E129) is unknown color: approx Lime Green. HEX triplet: 31, E1 and 29. RGB value is (49,225,41). Sum of RGB (Red+Green+Blue) = 49+225+41=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 225 (88.28% from 255 or 71.43% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 225 - color contains mainly: green. Hex color #31E129 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E129 is #CE1ED6. Grayscale: #979797. Windows color (decimal): -13508311 or 2744625. OLE color: 2744625.

HSL color Cylindrical-coordinate representation of color #31E129: hue angle of 117.39º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31E129 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB4922541-
CMYK0.7800.820.12
HSL117.39º75.41%52.16%-
HSV(B)117.39º81.78%88.24%-
XYZ28.5954.6611.14-
YUV151.465.6954.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.56%
GREEN value IS 225 (88.28% from 255) = 71.43%
BLUE value IS 41 (16.41% from 255) = 13.02%
R=15.56%
G=71.43%
B=13.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal49225410.7800.820.12117.3975.4152.16
Hex31E1294E052C754b34
Octal613415111601221416511364
Binary11000111100001101001100111001010010110011101011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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