#1bbf1b

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

Shades of Lime Green #1BBF1B

Tints of Lime Green #1BBF1B

Color information

#1BBF1B (or 0x1BBF1B) is unknown color: approx Lime Green. HEX triplet: 1B, BF and 1B. RGB value is (27,191,27). Sum of RGB (Red+Green+Blue) = 27+191+27=245 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.02% from 245); Green value is 191 (75% from 255 or 77.96% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 191 - color contains mainly: green. Hex color #1BBF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBF1B is #E440E4. Grayscale: #7B7B7B. Windows color (decimal): -14958821 or 1818395. OLE color: 1818395.

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

Color convert

RGB2719127-
CMYK0.8600.860.25
HSL120º75.23%42.75%-
HSV(B)120º85.86%74.9%-
XYZ19.2837.577.27-
YUV123.2773.6759.34-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.02%
GREEN value IS 191 (75% from 255) = 77.96%
BLUE value IS 27 (10.94% from 255) = 11.02%
R=11.02%
G=77.96%
B=11.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27191270.8600.860.2512075.2342.75
Hex1BBF1B5605619784b2b
Octal332773312601263117011353
Binary1101110111111110111010110010101101100111110001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1bbf1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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