#31F345

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

Shades of Lime Green #31F345

Tints of Lime Green #31F345

Color information

#31F345 (or 0x31F345) is unknown color: approx Lime Green. HEX triplet: 31, F3 and 45. RGB value is (49,243,69). Sum of RGB (Red+Green+Blue) = 49+243+69=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 243 (95.31% from 255 or 67.31% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 243 - color contains mainly: green. Hex color #31F345 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F345 is #CE0CBA. Grayscale: #A5A5A5. Windows color (decimal): -13503675 or 4584241. OLE color: 4584241.

HSL color Cylindrical-coordinate representation of color #31F345: hue angle of 126.19º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F345 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB4924369-
CMYK0.8000.720.05
HSL126.19º88.99%57.25%-
HSV(B)126.19º79.84%95.29%-
XYZ34.3965.1816.4-
YUV165.1673.7345.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.57%
GREEN value IS 243 (95.31% from 255) = 67.31%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=13.57%
G=67.31%
B=19.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal49243690.8000.720.05126.1988.9957.25
Hex31F3455004857e5939
Octal613631051200110517613171
Binary11000111110011100010110100000100100010111111101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,243,69); }

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

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

 a { background-color: rgb(49,243,69); }

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

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

 span { border-color: rgb(49,243,69); }

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