Html Css Color HEX #BCF701 Electric Lime

📋 copy color: '#BCF701'

red 188 ◦ green 247 ◦ blue 1

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

Shades of Electric Lime #BCF701

Tints of Electric Lime #BCF701

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.65%

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

R = 43.12%
G = 56.65%
B = 0.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#BCF701 (or 0xBCF701) is known color: Electric Lime. HEX triplet: BC, F7 and 01. RGB value is (188,247,1). Sum of RGB (Red+Green+Blue) = 188+247+1=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 247 (96.88% from 255 or 56.65% from 436); Blue value is 1 (0.78% from 255 or 0.23% from 436); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF701 is #4308FE. Grayscale: #CACACA. Windows color (decimal): -4393215 or 128956. OLE color: 128956.

HSL color Cylindrical-coordinate representation of color #BCF701: hue angle of 74.39º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCF701 is Cyan = 0.24, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 1 -
CMYK 0.24 0 1.00 0.03
HSL 74.39º 0.99% 0.49% -
HSV(B) 74.39º 1% 0.97% -
XYZ 54.01 77.22 12.09 -
YUV 201.32 14.95 118.5 -
System Red Green Blue C M Y K H S L
Decimal 188 247 1 0.24 0 1.00 0.03 74.39 0.99 0.49
Hex BC F7 1 18 0 64 3 4A 63 31
Octal 274 367 1 30 0 144 3 112 143 61
Binary 10111100 11110111 1 11000 0 1100100 11 1001010 1100011 110001

Color Harmonies of #BCF701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF701

Black with #BCF701

Text Example


Text Example

White with #BCF701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF701; }

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

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

background-color css

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

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

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

border-color css

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

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

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