#31D845

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

Shades of Lime Green #31D845

Tints of Lime Green #31D845

Color information

#31D845 (or 0x31D845) is unknown color: approx Lime Green. HEX triplet: 31, D8 and 45. RGB value is (49,216,69). Sum of RGB (Red+Green+Blue) = 49+216+69=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #31D845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D845 is #CE27BA. Grayscale: #959595. Windows color (decimal): -13510587 or 4577329. OLE color: 4577329.

HSL color Cylindrical-coordinate representation of color #31D845: hue angle of 127.19º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D845 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB4921669-
CMYK0.7700.680.15
HSL127.19º68.16%51.96%-
HSV(B)127.19º77.31%84.71%-
XYZ26.950.1913.9-
YUV149.3182.6756.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.67%
GREEN value IS 216 (84.77% from 255) = 64.67%
BLUE value IS 69 (27.34% from 255) = 20.66%
R=14.67%
G=64.67%
B=20.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal49216690.7700.680.15127.1968.1651.96
Hex31D8454D044F7f4434
Octal6133010511501041717710464
Binary110001110110001000101100110101000100111111111111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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