#1BBF0B

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

Shades of Lime Green #1BBF0B

Tints of Lime Green #1BBF0B

Color information

#1BBF0B (or 0x1BBF0B) is unknown color: approx Lime Green. HEX triplet: 1B, BF and 0B. RGB value is (27,191,11). Sum of RGB (Red+Green+Blue) = 27+191+11=229 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.79% from 229); Green value is 191 (75% from 255 or 83.41% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 191 - color contains mainly: green. Hex color #1BBF0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBF0B is #E440F4. Grayscale: #797979. Windows color (decimal): -14958837 or 769819. OLE color: 769819.

HSL color Cylindrical-coordinate representation of color #1BBF0B: hue angle of 114.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1BBF0B is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB2719111-
CMYK0.8600.940.25
HSL114.67º89.11%39.61%-
HSV(B)114.67º94.24%74.9%-
XYZ19.1437.526.55-
YUV121.4465.6760.64-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.79%
GREEN value IS 191 (75% from 255) = 83.41%
BLUE value IS 11 (4.69% from 255) = 4.80%
R=11.79%
G=83.41%
B=4.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27191110.8600.940.25114.6789.1139.61
Hex1BBFB5605E19735928
Octal332771312601363116313150
Binary110111011111110111010110010111101100111100111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBF0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,191,11); }

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

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

 a { background-color: rgb(27,191,11); }

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

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

 span { border-color: rgb(27,191,11); }

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