#1FBA16

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

Shades of Lime Green #1FBA16

Tints of Lime Green #1FBA16

Color information

#1FBA16 (or 0x1FBA16) is unknown color: approx Lime Green. HEX triplet: 1F, BA and 16. RGB value is (31,186,22). Sum of RGB (Red+Green+Blue) = 31+186+22=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 186 (73.05% from 255 or 77.82% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBA16 is #E045E9. Grayscale: #797979. Windows color (decimal): -14697962 or 1489439. OLE color: 1489439.

HSL color Cylindrical-coordinate representation of color #1FBA16: hue angle of 116.71º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FBA16 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB3118622-
CMYK0.8300.880.27
HSL116.71º78.85%40.78%-
HSV(B)116.71º88.17%72.94%-
XYZ18.2735.476.64-
YUV120.9672.1563.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.97%
GREEN value IS 186 (73.05% from 255) = 77.82%
BLUE value IS 22 (8.98% from 255) = 9.21%
R=12.97%
G=77.82%
B=9.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31186220.8300.880.27116.7178.8540.78
Hex1FBA16530581B754f29
Octal372722612301303316511751
Binary1111110111010101101010011010110001101111101011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,186,22); }

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

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

 a { background-color: rgb(31,186,22); }

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

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

 span { border-color: rgb(31,186,22); }

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