#1BBB1C

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

Shades of Lime Green #1BBB1C

Tints of Lime Green #1BBB1C

Color information

#1BBB1C (or 0x1BBB1C) is unknown color: approx Lime Green. HEX triplet: 1B, BB and 1C. RGB value is (27,187,28). Sum of RGB (Red+Green+Blue) = 27+187+28=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 187 (73.44% from 255 or 77.27% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 187 - color contains mainly: green. Hex color #1BBB1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBB1C is #E444E3. Grayscale: #797979. Windows color (decimal): -14959844 or 1882907. OLE color: 1882907.

HSL color Cylindrical-coordinate representation of color #1BBB1C: hue angle of 120.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBB1C is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB2718728-
CMYK0.8600.850.27
HSL120.38º74.77%41.96%-
HSV(B)120.38º85.56%73.33%-
XYZ18.4335.867.05-
YUV121.0375.4960.93-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.16%
GREEN value IS 187 (73.44% from 255) = 77.27%
BLUE value IS 28 (11.33% from 255) = 11.57%
R=11.16%
G=77.27%
B=11.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27187280.8600.850.27120.3874.7741.96
Hex1BBB1C560551B784b2a
Octal332733412601253317011352
Binary1101110111011111001010110010101011101111110001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,187,28); }

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

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

 a { background-color: rgb(27,187,28); }

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

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

 span { border-color: rgb(27,187,28); }

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