#31D844

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

Shades of Lime Green #31D844

Tints of Lime Green #31D844

Color information

#31D844 (or 0x31D844) is unknown color: approx Lime Green. HEX triplet: 31, D8 and 44. RGB value is (49,216,68). Sum of RGB (Red+Green+Blue) = 49+216+68=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 216 (84.77% from 255 or 64.86% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 216 - color contains mainly: green. Hex color #31D844 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D844 is #CE27BB. Grayscale: #959595. Windows color (decimal): -13510588 or 4511793. OLE color: 4511793.

HSL color Cylindrical-coordinate representation of color #31D844: hue angle of 126.83º 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 #31D844 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB4921668-
CMYK0.7700.690.15
HSL126.83º68.16%51.96%-
HSV(B)126.83º77.31%84.71%-
XYZ26.8750.1813.74-
YUV149.282.1756.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.71%
GREEN value IS 216 (84.77% from 255) = 64.86%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=14.71%
G=64.86%
B=20.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal49216680.7700.690.15126.8368.1651.96
Hex31D8444D045F7f4434
Octal6133010411501051717710464
Binary110001110110001000100100110101000101111111111111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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