#1FB32E

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

Shades of Lime Green #1FB32E

Tints of Lime Green #1FB32E

Color information

#1FB32E (or 0x1FB32E) is unknown color: approx Lime Green. HEX triplet: 1F, B3 and 2E. RGB value is (31,179,46). Sum of RGB (Red+Green+Blue) = 31+179+46=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 179 (70.31% from 255 or 69.92% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 179 - color contains mainly: green. Hex color #1FB32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB32E is #E04CD1. Grayscale: #777777. Windows color (decimal): -14699730 or 3060511. OLE color: 3060511.

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

Color convert

RGB3117946-
CMYK0.8300.740.30
HSL126.08º70.48%41.18%-
HSV(B)126.08º82.68%70.2%-
XYZ17.1832.738-
YUV119.5986.4764.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.11%
GREEN value IS 179 (70.31% from 255) = 69.92%
BLUE value IS 46 (18.36% from 255) = 17.97%
R=12.11%
G=69.92%
B=17.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31179460.8300.740.30126.0870.4841.18
Hex1FB32E5304A1E7e4629
Octal372635612301123617610651
Binary11111101100111011101010011010010101111011111101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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