#31E11F

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

Shades of Lime Green #31E11F

Tints of Lime Green #31E11F

Color information

#31E11F (or 0x31E11F) is unknown color: approx Lime Green. HEX triplet: 31, E1 and 1F. RGB value is (49,225,31). Sum of RGB (Red+Green+Blue) = 49+225+31=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 225 (88.28% from 255 or 73.77% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 225 - color contains mainly: green. Hex color #31E11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E11F is #CE1EE0. Grayscale: #969696. Windows color (decimal): -13508321 or 2089265. OLE color: 2089265.

HSL color Cylindrical-coordinate representation of color #31E11F: hue angle of 114.43º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31E11F is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB4922531-
CMYK0.7800.860.12
HSL114.43º76.38%50.2%-
HSV(B)114.43º86.22%88.24%-
XYZ28.4454.610.34-
YUV150.2660.6955.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 225 (88.28% from 255) = 73.77%
BLUE value IS 31 (12.5% from 255) = 10.16%
R=16.07%
G=73.77%
B=10.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal49225310.7800.860.12114.4376.3850.2
Hex31E11F4E056C724c32
Octal613413711601261416211462
Binary1100011110000111111100111001010110110011100101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,225,31); }

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

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

 a { background-color: rgb(49,225,31); }

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

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

 span { border-color: rgb(49,225,31); }

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