#1FBA11

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

Shades of Lime Green #1FBA11

Tints of Lime Green #1FBA11

Color information

#1FBA11 (or 0x1FBA11) is unknown color: approx Lime Green. HEX triplet: 1F, BA and 11. RGB value is (31,186,17). Sum of RGB (Red+Green+Blue) = 31+186+17=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 186 (73.05% from 255 or 79.49% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBA11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBA11 is #E045EE. Grayscale: #787878. Windows color (decimal): -14697967 or 1161759. OLE color: 1161759.

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

Color convert

RGB3118617-
CMYK0.8300.910.27
HSL115.03º83.25%39.8%-
HSV(B)115.03º90.86%72.94%-
XYZ18.2335.456.41-
YUV120.3969.6564.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.25%
GREEN value IS 186 (73.05% from 255) = 79.49%
BLUE value IS 17 (7.03% from 255) = 7.26%
R=13.25%
G=79.49%
B=7.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31186170.8300.910.27115.0383.2539.8
Hex1FBA115305B1B735328
Octal372722112301333316312350
Binary1111110111010100011010011010110111101111100111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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