Html Css Color HEX #BBFF04 Electric Lime

📋 copy color: '#BBFF04'

red 187 ◦ green 255 ◦ blue 4

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

Shades of Electric Lime #BBFF04

Tints of Electric Lime #BBFF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 41.93%
G = 57.17%
B = 0.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#BBFF04 (or 0xBBFF04) is known color: Electric Lime. HEX triplet: BB, FF and 04. RGB value is (187,255,4). Sum of RGB (Red+Green+Blue) = 187+255+4=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 4 (1.95% from 255 or 0.90% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFF04 is #4400FB. Grayscale: #CECECE. Windows color (decimal): -4456700 or 327611. OLE color: 327611.

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

Color convert

RGB 187 255 4 -
CMYK 0.27 0 0.98 0
HSL 76.25º 1% 0.51% -
HSV(B) 76.25º 0.98% 1% -
XYZ 56.28 82.09 12.99 -
YUV 206.05 13.97 114.41 -
System Red Green Blue C M Y K H S L
Decimal 187 255 4 0.27 0 0.98 0 76.25 1 0.51
Hex BB FF 4 1B 0 62 0 4C 64 33
Octal 273 377 4 33 0 142 0 114 144 63
Binary 10111011 11111111 100 11011 0 1100010 0 1001100 1100100 110011

Color Harmonies of #BBFF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFF04

Black with #BBFF04

Text Example


Text Example

White with #BBFF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFF04; }

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

 H1.HeaderClassName
 {
   color: #BBFF04;
 }
 .AnyTagClassName
 {
   color: #BBFF04;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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