Html Css Color HEX #BCFB00 Electric Lime

📋 copy color: '#BCFB00'

red 188 ◦ green 251 ◦ blue 0

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

Shades of Electric Lime #BCFB00

Tints of Electric Lime #BCFB00

RGB

 RED value IS 188 (73.83% from 255) = 42.82%

 GREEN value IS 251 (98.44% from 255) = 57.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.82%
G = 57.18%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#BCFB00 (or 0xBCFB00) is known color: Electric Lime. HEX triplet: BC, FB and 00. RGB value is (188,251,0). Sum of RGB (Red+Green+Blue) = 188+251+0=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 251 (98.44% from 255 or 57.18% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFB00 is #4304FF. Grayscale: #CCCCCC. Windows color (decimal): -4392192 or 64444. OLE color: 64444.

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

Color convert

RGB 188 251 0 -
CMYK 0.25 0 1 0.02
HSL 75.06º 1% 0.49% -
HSV(B) 75.06º 1% 0.98% -
XYZ 55.24 79.69 12.47 -
YUV 203.55 13.13 116.91 -
System Red Green Blue C M Y K H S L
Decimal 188 251 0 0.25 0 1 0.02 75.06 1 0.49
Hex BC FB 0 19 0 64 2 4B 64 31
Octal 274 373 0 31 0 144 2 113 144 61
Binary 10111100 11111011 0 11001 0 1100100 10 1001011 1100100 110001

Color Harmonies of #BCFB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB00

Black with #BCFB00

Text Example


Text Example

White with #BCFB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB00; }

 p { color: rgb(188,251,0); }

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

background-color css

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

 a { background-color: rgb(188,251,0); }

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

border-color css

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

 span { border-color: rgb(188,251,0); }

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