Html Css Color HEX #BBFC04 Electric Lime

📋 copy color: '#BBFC04'

red 187 ◦ green 252 ◦ blue 4

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

Shades of Electric Lime #BBFC04

Tints of Electric Lime #BBFC04

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56.88%

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

R = 42.21%
G = 56.88%
B = 0.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#BBFC04 (or 0xBBFC04) is known color: Electric Lime. HEX triplet: BB, FC and 04. RGB value is (187,252,4). Sum of RGB (Red+Green+Blue) = 187+252+4=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 4 (1.95% from 255 or 0.90% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFC04 is #4403FB. Grayscale: #CDCDCD. Windows color (decimal): -4457468 or 326843. OLE color: 326843.

HSL color Cylindrical-coordinate representation of color #BBFC04: hue angle of 75.73º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBFC04 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 252 4 -
CMYK 0.26 0 0.98 0.01
HSL 75.73º 0.98% 0.5% -
HSV(B) 75.73º 0.98% 0.99% -
XYZ 55.33 80.19 12.68 -
YUV 204.29 14.97 115.67 -
System Red Green Blue C M Y K H S L
Decimal 187 252 4 0.26 0 0.98 0.01 75.73 0.98 0.5
Hex BB FC 4 1A 0 62 1 4C 62 32
Octal 273 374 4 32 0 142 1 114 142 62
Binary 10111011 11111100 100 11010 0 1100010 1 1001100 1100010 110010

Color Harmonies of #BBFC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFC04

Black with #BBFC04

Text Example


Text Example

White with #BBFC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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