Html Css Color HEX #BCF501 Electric Lime

📋 copy color: '#BCF501'

red 188 ◦ green 245 ◦ blue 1

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

Shades of Electric Lime #BCF501

Tints of Electric Lime #BCF501

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.45%

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

R = 43.32%
G = 56.45%
B = 0.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#BCF501 (or 0xBCF501) is known color: Electric Lime. HEX triplet: BC, F5 and 01. RGB value is (188,245,1). Sum of RGB (Red+Green+Blue) = 188+245+1=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 245 (96.09% from 255 or 56.45% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF501 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF501 is #430AFE. Grayscale: #C9C9C9. Windows color (decimal): -4393727 or 128444. OLE color: 128444.

HSL color Cylindrical-coordinate representation of color #BCF501: hue angle of 74.02º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCF501 is Cyan = 0.23, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 1 -
CMYK 0.23 0 1.00 0.04
HSL 74.02º 0.99% 0.48% -
HSV(B) 74.02º 1% 0.96% -
XYZ 53.4 76 11.88 -
YUV 200.14 15.62 119.34 -
System Red Green Blue C M Y K H S L
Decimal 188 245 1 0.23 0 1.00 0.04 74.02 0.99 0.48
Hex BC F5 1 17 0 64 4 4A 63 30
Octal 274 365 1 27 0 144 4 112 143 60
Binary 10111100 11110101 1 10111 0 1100100 100 1001010 1100011 110000

Color Harmonies of #BCF501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF501

Black with #BCF501

Text Example


Text Example

White with #BCF501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF501; }

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

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

background-color css

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

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

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

border-color css

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

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

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