#31E718

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

Shades of Lime Green #31E718

Tints of Lime Green #31E718

Color information

#31E718 (or 0x31E718) is unknown color: approx Lime Green. HEX triplet: 31, E7 and 18. RGB value is (49,231,24). Sum of RGB (Red+Green+Blue) = 49+231+24=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 231 (90.62% from 255 or 75.99% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 231 - color contains mainly: green. Hex color #31E718 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31E718 is #CE18E7. Grayscale: #999999. Windows color (decimal): -13506792 or 1632049. OLE color: 1632049.

HSL color Cylindrical-coordinate representation of color #31E718: hue angle of 112.75º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31E718 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB4923124-
CMYK0.7900.900.09
HSL112.75º81.18%50%-
HSV(B)112.75º89.61%90.59%-
XYZ30.0157.8710.45-
YUV152.9855.253.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.12%
GREEN value IS 231 (90.62% from 255) = 75.99%
BLUE value IS 24 (9.77% from 255) = 7.89%
R=16.12%
G=75.99%
B=7.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal49231240.7900.900.09112.7581.1850
Hex31E7184F05A9715132
Octal613473011701321116112162
Binary1100011110011111000100111101011010100111100011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,231,24); }

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

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

 a { background-color: rgb(49,231,24); }

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

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

 span { border-color: rgb(49,231,24); }

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