Html Css Color HEX #BCFF01 Electric Lime

📋 copy color: '#BCFF01'

red 188 ◦ green 255 ◦ blue 1

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

Shades of Electric Lime #BCFF01

Tints of Electric Lime #BCFF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 42.34%
G = 57.43%
B = 0.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#BCFF01 (or 0xBCFF01) is known color: Electric Lime. HEX triplet: BC, FF and 01. RGB value is (188,255,1). Sum of RGB (Red+Green+Blue) = 188+255+1=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 1 (0.78% from 255 or 0.23% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFF01 is #4300FE. Grayscale: #CECECE. Windows color (decimal): -4391167 or 131004. OLE color: 131004.

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

Color convert

RGB 188 255 1 -
CMYK 0.26 0 1.00 0
HSL 75.83º 1% 0.5% -
HSV(B) 75.83º 1% 1% -
XYZ 56.5 82.21 12.92 -
YUV 206.01 12.3 115.15 -
System Red Green Blue C M Y K H S L
Decimal 188 255 1 0.26 0 1.00 0 75.83 1 0.5
Hex BC FF 1 1A 0 64 0 4C 64 32
Octal 274 377 1 32 0 144 0 114 144 62
Binary 10111100 11111111 1 11010 0 1100100 0 1001100 1100100 110010

Color Harmonies of #BCFF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF01

Black with #BCFF01

Text Example


Text Example

White with #BCFF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF01; }

 p { color: rgb(188,255,1); }

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

background-color css

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

 a { background-color: rgb(188,255,1); }

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

border-color css

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

 span { border-color: rgb(188,255,1); }

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