Html Css Color HEX #BCFE11 Electric Lime

📋 copy color: '#BCFE11'

red 188 ◦ green 254 ◦ blue 17

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

Shades of Electric Lime #BCFE11

Tints of Electric Lime #BCFE11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.7%

R = 40.96%
G = 55.34%
B = 3.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#BCFE11 (or 0xBCFE11) is known color: Electric Lime. HEX triplet: BC, FE and 11. RGB value is (188,254,17). Sum of RGB (Red+Green+Blue) = 188+254+17=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 254 (99.61% from 255 or 55.34% from 459); Blue value is 17 (7.03% from 255 or 3.70% from 459); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFE11 is #4301EE. Grayscale: #D0D0D0. Windows color (decimal): -4391407 or 1179324. OLE color: 1179324.

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

Color convert

RGB 188 254 17 -
CMYK 0.26 0 0.93 0.00
HSL 76.71º 0.99% 0.53% -
HSV(B) 76.71º 0.93% 1% -
XYZ 56.28 81.62 13.32 -
YUV 207.25 20.63 114.27 -
System Red Green Blue C M Y K H S L
Decimal 188 254 17 0.26 0 0.93 0.00 76.71 0.99 0.53
Hex BC FE 11 1A 0 5D 0 4D 63 35
Octal 274 376 21 32 0 135 0 115 143 65
Binary 10111100 11111110 10001 11010 0 1011101 0 1001101 1100011 110101

Color Harmonies of #BCFE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE11

Black with #BCFE11

Text Example


Text Example

White with #BCFE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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