Html Css Color HEX #BCFA00 Electric Lime

📋 copy color: '#BCFA00'

red 188 ◦ green 250 ◦ blue 0

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

Shades of Electric Lime #BCFA00

Tints of Electric Lime #BCFA00

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.08%

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

R = 42.92%
G = 57.08%
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

#BCFA00 (or 0xBCFA00) is known color: Electric Lime. HEX triplet: BC, FA and 00. RGB value is (188,250,0). Sum of RGB (Red+Green+Blue) = 188+250+0=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 250 (98.05% from 255 or 57.08% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFA00 is #4305FF. Grayscale: #CBCBCB. Windows color (decimal): -4392448 or 64188. OLE color: 64188.

HSL color Cylindrical-coordinate representation of color #BCFA00: hue angle of 74.88º 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 #BCFA00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 0 -
CMYK 0.25 0 1 0.02
HSL 74.88º 1% 0.49% -
HSV(B) 74.88º 1% 0.98% -
XYZ 54.92 79.06 12.37 -
YUV 202.96 13.46 117.33 -
System Red Green Blue C M Y K H S L
Decimal 188 250 0 0.25 0 1 0.02 74.88 1 0.49
Hex BC FA 0 19 0 64 2 4B 64 31
Octal 274 372 0 31 0 144 2 113 144 61
Binary 10111100 11111010 0 11001 0 1100100 10 1001011 1100100 110001

Color Harmonies of #BCFA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA00

Black with #BCFA00

Text Example


Text Example

White with #BCFA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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