#1FE131

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

Shades of Lime Green #1FE131

Tints of Lime Green #1FE131

Color information

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

HSL color Cylindrical-coordinate representation of color #1FE131: hue angle of 125.57º 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 #1FE131 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB3122549-
CMYK0.8600.780.12
HSL125.57º76.38%50.2%-
HSV(B)125.57º86.22%88.24%-
XYZ28.0454.3611.92-
YUV146.9372.7345.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal31225490.8600.780.12125.5776.3850.2
Hex1FE1315604EC7e4c32
Octal373416112601161417611462
Binary1111111100001110001101011001001110110011111101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FE131; }

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

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

<style>
 a { background-color: #1FE131; }

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

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

<style>
 span { border-color: #1FE131; }

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

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