#BBFF03

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

Shades of Electric Lime #BBFF03

Tints of Electric Lime #BBFF03

Color information

#BBFF03 (or 0xBBFF03) is unknown color: approx Electric Lime. HEX triplet: BB, FF and 03. RGB value is (187,255,3). Sum of RGB (Red+Green+Blue) = 187+255+3=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 3 (1.56% from 255 or 0.67% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFF03 is #4400FC. Grayscale: #CECECE. Windows color (decimal): -4456701 or 262075. OLE color: 262075.

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

Color convert

RGB1872553-
CMYK0.2700.990
HSL76.19º100%50.59%-
HSV(B)76.19º98.82%100%-
XYZ56.2782.0912.97-
YUV205.9413.47114.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 255 (100% from 255) = 57.30%
BLUE value IS 3 (1.56% from 255) = 0.67%
R=42.02%
G=57.30%
B=0.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal18725530.2700.99076.1910050.59
HexBBFF31B06304c6433
Octal2733773330143011414463
Binary1011101111111111111101101100011010011001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFF03; }

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

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

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

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

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

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

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

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