#1BBC13

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

Shades of Lime Green #1BBC13

Tints of Lime Green #1BBC13

Color information

#1BBC13 (or 0x1BBC13) is unknown color: approx Lime Green. HEX triplet: 1B, BC and 13. RGB value is (27,188,19). Sum of RGB (Red+Green+Blue) = 27+188+19=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 188 (73.83% from 255 or 80.34% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBC13 is #E443EC. Grayscale: #797979. Windows color (decimal): -14959597 or 1293339. OLE color: 1293339.

HSL color Cylindrical-coordinate representation of color #1BBC13: hue angle of 117.16º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1BBC13 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB2718819-
CMYK0.8600.900.26
HSL117.16º81.64%40.59%-
HSV(B)117.16º89.89%73.73%-
XYZ18.5536.256.63-
YUV120.670.6661.24-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.54%
GREEN value IS 188 (73.83% from 255) = 80.34%
BLUE value IS 19 (7.81% from 255) = 8.12%
R=11.54%
G=80.34%
B=8.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal27188190.8600.900.26117.1681.6440.59
Hex1BBC135605A1A755229
Octal332742312601323216512251
Binary1101110111100100111010110010110101101011101011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,188,19); }

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

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

 a { background-color: rgb(27,188,19); }

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

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

 span { border-color: rgb(27,188,19); }

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