Html Css Color HEX #BCFE05 Electric Lime

📋 copy color: '#BCFE05'

red 188 ◦ green 254 ◦ blue 5

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

Shades of Electric Lime #BCFE05

Tints of Electric Lime #BCFE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 42.06%
G = 56.82%
B = 1.12%

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

#BCFE05 (or 0xBCFE05) is known color: Electric Lime. HEX triplet: BC, FE and 05. RGB value is (188,254,5). Sum of RGB (Red+Green+Blue) = 188+254+5=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 254 (99.61% from 255 or 56.82% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFE05 is #4301FA. Grayscale: #CECECE. Windows color (decimal): -4391419 or 392892. OLE color: 392892.

HSL color Cylindrical-coordinate representation of color #BCFE05: hue angle of 75.9º 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 #BCFE05 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 5 -
CMYK 0.26 0 0.98 0.00
HSL 75.9º 0.99% 0.51% -
HSV(B) 75.9º 0.98% 1% -
XYZ 56.21 81.59 12.93 -
YUV 205.88 14.63 115.25 -
System Red Green Blue C M Y K H S L
Decimal 188 254 5 0.26 0 0.98 0.00 75.9 0.99 0.51
Hex BC FE 5 1A 0 62 0 4C 63 33
Octal 274 376 5 32 0 142 0 114 143 63
Binary 10111100 11111110 101 11010 0 1100010 0 1001100 1100011 110011

Color Harmonies of #BCFE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE05

Black with #BCFE05

Text Example


Text Example

White with #BCFE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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