Html Css Color HEX #BCFD00 Electric Lime

📋 copy color: '#BCFD00'

red 188 ◦ green 253 ◦ blue 0

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

Shades of Electric Lime #BCFD00

Tints of Electric Lime #BCFD00

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.37%

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

R = 42.63%
G = 57.37%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#BCFD00 (or 0xBCFD00) is known color: Electric Lime. HEX triplet: BC, FD and 00. RGB value is (188,253,0). Sum of RGB (Red+Green+Blue) = 188+253+0=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 253 (99.22% from 255 or 57.37% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD00 is #4302FF. Grayscale: #CDCDCD. Windows color (decimal): -4391680 or 64956. OLE color: 64956.

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

Color convert

RGB 188 253 0 -
CMYK 0.26 0 1 0.01
HSL 75.42º 1% 0.5% -
HSV(B) 75.42º 1% 0.99% -
XYZ 55.86 80.94 12.68 -
YUV 204.72 12.47 116.07 -
System Red Green Blue C M Y K H S L
Decimal 188 253 0 0.26 0 1 0.01 75.42 1 0.5
Hex BC FD 0 1A 0 64 1 4B 64 32
Octal 274 375 0 32 0 144 1 113 144 62
Binary 10111100 11111101 0 11010 0 1100100 1 1001011 1100100 110010

Color Harmonies of #BCFD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD00

Black with #BCFD00

Text Example


Text Example

White with #BCFD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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