Html Css Color HEX #BCFE04 Electric Lime

📋 copy color: '#BCFE04'

red 188 ◦ green 254 ◦ blue 4

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

Shades of Electric Lime #BCFE04

Tints of Electric Lime #BCFE04

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.95%

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 42.15%
G = 56.95%
B = 0.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#BCFE04 (or 0xBCFE04) is known color: Electric Lime. HEX triplet: BC, FE and 04. RGB value is (188,254,4). Sum of RGB (Red+Green+Blue) = 188+254+4=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 254 (99.61% from 255 or 56.95% from 446); Blue value is 4 (1.95% from 255 or 0.90% from 446); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFE04 is #4301FB. Grayscale: #CECECE. Windows color (decimal): -4391420 or 327356. OLE color: 327356.

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

Color convert

RGB 188 254 4 -
CMYK 0.26 0 0.98 0.00
HSL 75.84º 0.99% 0.51% -
HSV(B) 75.84º 0.98% 1% -
XYZ 56.2 81.58 12.9 -
YUV 205.77 14.13 115.33 -
System Red Green Blue C M Y K H S L
Decimal 188 254 4 0.26 0 0.98 0.00 75.84 0.99 0.51
Hex BC FE 4 1A 0 62 0 4C 63 33
Octal 274 376 4 32 0 142 0 114 143 63
Binary 10111100 11111110 100 11010 0 1100010 0 1001100 1100011 110011

Color Harmonies of #BCFE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE04

Black with #BCFE04

Text Example


Text Example

White with #BCFE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE04; }

 p { color: rgb(188,254,4); }

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

background-color css

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

 a { background-color: rgb(188,254,4); }

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

border-color css

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

 span { border-color: rgb(188,254,4); }

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