#1FB12E

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

Shades of Lime Green #1FB12E

Tints of Lime Green #1FB12E

Color information

#1FB12E (or 0x1FB12E) is unknown color: approx Lime Green. HEX triplet: 1F, B1 and 2E. RGB value is (31,177,46). Sum of RGB (Red+Green+Blue) = 31+177+46=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 177 (69.53% from 255 or 69.69% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 177 - color contains mainly: green. Hex color #1FB12E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB12E is #E04ED1. Grayscale: #767676. Windows color (decimal): -14700242 or 3059999. OLE color: 3059999.

HSL color Cylindrical-coordinate representation of color #1FB12E: hue angle of 126.16º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FB12E is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB3117746-
CMYK0.8200.740.31
HSL126.16º70.19%40.78%-
HSV(B)126.16º82.49%69.41%-
XYZ16.7831.937.86-
YUV118.4187.1365.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.20%
GREEN value IS 177 (69.53% from 255) = 69.69%
BLUE value IS 46 (18.36% from 255) = 18.11%
R=12.20%
G=69.69%
B=18.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31177460.8200.740.31126.1670.1940.78
Hex1FB12E5204A1F7e4629
Octal372615612201123717610651
Binary11111101100011011101010010010010101111111111101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,177,46); }

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

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

 a { background-color: rgb(31,177,46); }

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

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

 span { border-color: rgb(31,177,46); }

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