Html Css Color HEX #BBFF03 Electric Lime

📋 copy color: '#BBFF03'

red 187 ◦ green 255 ◦ blue 3

#BBFF03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #BBFF03

Tints of Electric Lime #BBFF03

RGB

 RED value IS 187 (73.44% from 255) = 42.02%

 GREEN value IS 255 (100% from 255) = 57.3%

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 42.02%
G = 57.3%
B = 0.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#BBFF03 (or 0xBBFF03) is known color: 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

RGB 187 255 3 -
CMYK 0.27 0 0.99 0
HSL 76.19º 1% 0.51% -
HSV(B) 76.19º 0.99% 1% -
XYZ 56.27 82.09 12.97 -
YUV 205.94 13.47 114.49 -
System Red Green Blue C M Y K H S L
Decimal 187 255 3 0.27 0 0.99 0 76.19 1 0.51
Hex BB FF 3 1B 0 63 0 4C 64 33
Octal 273 377 3 33 0 143 0 114 144 63
Binary 10111011 11111111 11 11011 0 1100011 0 1001100 1100100 110011

Color Harmonies of #BBFF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFF03

Black with #BBFF03

Text Example


Text Example

White with #BBFF03

Text Example


Text Example

HTML Codes & Css Web 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>