#31B12D

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

Shades of Lime Green #31B12D

Tints of Lime Green #31B12D

Color information

#31B12D (or 0x31B12D) is unknown color: approx Lime Green. HEX triplet: 31, B1 and 2D. RGB value is (49,177,45). Sum of RGB (Red+Green+Blue) = 49+177+45=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 177 (69.53% from 255 or 65.31% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 177 - color contains mainly: green. Hex color #31B12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B12D is #CE4ED2. Grayscale: #7C7C7C. Windows color (decimal): -13520595 or 2994481. OLE color: 2994481.

HSL color Cylindrical-coordinate representation of color #31B12D: hue angle of 118.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31B12D is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB4917745-
CMYK0.7200.750.31
HSL118.18º59.46%43.53%-
HSV(B)118.18º74.58%69.41%-
XYZ17.4632.297.79-
YUV123.6883.5974.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 177 (69.53% from 255) = 65.31%
BLUE value IS 45 (17.97% from 255) = 16.61%
R=18.08%
G=65.31%
B=16.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49177450.7200.750.31118.1859.4643.53
Hex31B12D4804B1F763b2c
Octal61261551100113371667354
Binary11000110110001101101100100001001011111111110110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,177,45); }

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

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

 a { background-color: rgb(49,177,45); }

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

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

 span { border-color: rgb(49,177,45); }

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