#31B734

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

Shades of Lime Green #31B734

Tints of Lime Green #31B734

Color information

#31B734 (or 0x31B734) is unknown color: approx Lime Green. HEX triplet: 31, B7 and 34. RGB value is (49,183,52). Sum of RGB (Red+Green+Blue) = 49+183+52=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 183 (71.88% from 255 or 64.44% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 183 - color contains mainly: green. Hex color #31B734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B734 is #CE48CB. Grayscale: #808080. Windows color (decimal): -13519052 or 3454769. OLE color: 3454769.

HSL color Cylindrical-coordinate representation of color #31B734: hue angle of 121.34º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B734 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB4918352-
CMYK0.7300.720.28
HSL121.34º57.76%45.49%-
HSV(B)121.34º73.22%71.76%-
XYZ18.8234.778.97-
YUV12885.1171.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.25%
GREEN value IS 183 (71.88% from 255) = 64.44%
BLUE value IS 52 (20.70% from 255) = 18.31%
R=17.25%
G=64.44%
B=18.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal49183520.7300.720.28121.3457.7645.49
Hex31B734490481C793a2d
Octal61267641110110341717255
Binary11000110110111110100100100101001000111001111001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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