#31D714

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

Shades of Lime Green #31D714

Tints of Lime Green #31D714

Color information

#31D714 (or 0x31D714) is unknown color: approx Lime Green. HEX triplet: 31, D7 and 14. RGB value is (49,215,20). Sum of RGB (Red+Green+Blue) = 49+215+20=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 215 (84.38% from 255 or 75.70% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 215 - color contains mainly: green. Hex color #31D714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D714 is #CE28EB. Grayscale: #8F8F8F. Windows color (decimal): -13510892 or 1365809. OLE color: 1365809.

HSL color Cylindrical-coordinate representation of color #31D714: hue angle of 111.08º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31D714 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB4921520-
CMYK0.7700.910.16
HSL111.08º82.98%46.08%-
HSV(B)111.08º90.7%84.31%-
XYZ25.6949.38.82-
YUV143.1458.560.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.25%
GREEN value IS 215 (84.38% from 255) = 75.70%
BLUE value IS 20 (8.20% from 255) = 7.04%
R=17.25%
G=75.70%
B=7.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal49215200.7700.910.16111.0882.9846.08
Hex31D7144D05B106f532e
Octal613272411501332015712356
Binary11000111010111101001001101010110111000011011111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,215,20); }

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

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

 a { background-color: rgb(49,215,20); }

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

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

 span { border-color: rgb(49,215,20); }

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