#1FB632

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

Shades of Lime Green #1FB632

Tints of Lime Green #1FB632

Color information

#1FB632 (or 0x1FB632) is unknown color: approx Lime Green. HEX triplet: 1F, B6 and 32. RGB value is (31,182,50). Sum of RGB (Red+Green+Blue) = 31+182+50=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 182 (71.48% from 255 or 69.20% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 182 - color contains mainly: green. Hex color #1FB632 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB632 is #E049CD. Grayscale: #7A7A7A. Windows color (decimal): -14698958 or 3323423. OLE color: 3323423.

HSL color Cylindrical-coordinate representation of color #1FB632: hue angle of 127.55º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB632 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB3118250-
CMYK0.8300.730.29
HSL127.55º70.89%41.76%-
HSV(B)127.55º82.97%71.37%-
XYZ17.8733.988.63-
YUV121.887.4763.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.79%
GREEN value IS 182 (71.48% from 255) = 69.20%
BLUE value IS 50 (19.92% from 255) = 19.01%
R=11.79%
G=69.20%
B=19.01%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31182500.8300.730.29127.5570.8941.76
Hex1FB632530491D80472a
Octal372666212301113520010752
Binary111111011011011001010100110100100111101100000001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,182,50); }

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

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

 a { background-color: rgb(31,182,50); }

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

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

 span { border-color: rgb(31,182,50); }

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