#31E71A

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

Shades of Lime Green #31E71A

Tints of Lime Green #31E71A

Color information

#31E71A (or 0x31E71A) is unknown color: approx Lime Green. HEX triplet: 31, E7 and 1A. RGB value is (49,231,26). Sum of RGB (Red+Green+Blue) = 49+231+26=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 231 (90.62% from 255 or 75.49% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 231 - color contains mainly: green. Hex color #31E71A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31E71A is #CE18E5. Grayscale: #999999. Windows color (decimal): -13506790 or 1763121. OLE color: 1763121.

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

Color convert

RGB4923126-
CMYK0.7900.890.09
HSL113.27º81.03%50.39%-
HSV(B)113.27º88.74%90.59%-
XYZ30.0357.8810.57-
YUV153.2156.253.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 231 (90.62% from 255) = 75.49%
BLUE value IS 26 (10.55% from 255) = 8.50%
R=16.01%
G=75.49%
B=8.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal49231260.7900.890.09113.2781.0350.39
Hex31E71A4F0599715132
Octal613473211701311116112162
Binary1100011110011111010100111101011001100111100011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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