Html Css Color HEX #BCFE10 Electric Lime

📋 copy color: '#BCFE10'

red 188 ◦ green 254 ◦ blue 16

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

Shades of Electric Lime #BCFE10

Tints of Electric Lime #BCFE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.49%

R = 41.05%
G = 55.46%
B = 3.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#BCFE10 (or 0xBCFE10) is known color: Electric Lime. HEX triplet: BC, FE and 10. RGB value is (188,254,16). Sum of RGB (Red+Green+Blue) = 188+254+16=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 254 (99.61% from 255 or 55.46% from 458); Blue value is 16 (6.64% from 255 or 3.49% from 458); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFE10 is #4301EF. Grayscale: #D0D0D0. Windows color (decimal): -4391408 or 1113788. OLE color: 1113788.

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

Color convert

RGB 188 254 16 -
CMYK 0.26 0 0.94 0.00
HSL 76.64º 0.99% 0.53% -
HSV(B) 76.64º 0.94% 1% -
XYZ 56.27 81.61 13.28 -
YUV 207.13 20.13 114.35 -
System Red Green Blue C M Y K H S L
Decimal 188 254 16 0.26 0 0.94 0.00 76.64 0.99 0.53
Hex BC FE 10 1A 0 5E 0 4D 63 35
Octal 274 376 20 32 0 136 0 115 143 65
Binary 10111100 11111110 10000 11010 0 1011110 0 1001101 1100011 110101

Color Harmonies of #BCFE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE10

Black with #BCFE10

Text Example


Text Example

White with #BCFE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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