#1BBA11

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

Shades of Lime Green #1BBA11

Tints of Lime Green #1BBA11

Color information

#1BBA11 (or 0x1BBA11) is unknown color: approx Lime Green. HEX triplet: 1B, BA and 11. RGB value is (27,186,17). Sum of RGB (Red+Green+Blue) = 27+186+17=230 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.74% from 230); Green value is 186 (73.05% from 255 or 80.87% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBA11 is #E445EE. Grayscale: #777777. Windows color (decimal): -14960111 or 1161755. OLE color: 1161755.

HSL color Cylindrical-coordinate representation of color #1BBA11: hue angle of 116.45º 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 #1BBA11 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB2718617-
CMYK0.8500.910.27
HSL116.45º83.25%39.8%-
HSV(B)116.45º90.86%72.94%-
XYZ18.1135.396.41-
YUV119.1970.3262.24-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.74%
GREEN value IS 186 (73.05% from 255) = 80.87%
BLUE value IS 17 (7.03% from 255) = 7.39%
R=11.74%
G=80.87%
B=7.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27186170.8500.910.27116.4583.2539.8
Hex1BBA115505B1B745328
Octal332722112501333316412350
Binary1101110111010100011010101010110111101111101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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