#BBFF11

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

Shades of Electric Lime #BBFF11

Tints of Electric Lime #BBFF11

Color information

#BBFF11 (or 0xBBFF11) is unknown color: approx Electric Lime. HEX triplet: BB, FF and 11. RGB value is (187,255,17). Sum of RGB (Red+Green+Blue) = 187+255+17=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 17 (7.03% from 255 or 3.70% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFF11 is #4400EE. Grayscale: #D0D0D0. Windows color (decimal): -4456687 or 1179579. OLE color: 1179579.

HSL color Cylindrical-coordinate representation of color #BBFF11: hue angle of 77.14º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBFF11 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB18725517-
CMYK0.2700.930
HSL77.14º100%53.33%-
HSV(B)77.14º93.33%100%-
XYZ56.3582.1313.41-
YUV207.5420.47113.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 255 (100% from 255) = 55.56%
BLUE value IS 17 (7.03% from 255) = 3.70%
R=40.74%
G=55.56%
B=3.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal187255170.2700.93077.1410053.33
HexBBFF111B05D04d6435
Octal27337721330135011514465
Binary1011101111111111100011101101011101010011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFF11; }

 p { color: rgb(187,255,17); }

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

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

 a { background-color: rgb(187,255,17); }

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

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

 span { border-color: rgb(187,255,17); }

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