Html Css Color HEX #BCFE0A Electric Lime

📋 copy color: '#BCFE0A'

red 188 ◦ green 254 ◦ blue 10

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

Shades of Electric Lime #BCFE0A

Tints of Electric Lime #BCFE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.21%

R = 41.59%
G = 56.19%
B = 2.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#BCFE0A (or 0xBCFE0A) is known color: Electric Lime. HEX triplet: BC, FE and 0A. RGB value is (188,254,10). Sum of RGB (Red+Green+Blue) = 188+254+10=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 254 (99.61% from 255 or 56.19% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFE0A is #4301F5. Grayscale: #CFCFCF. Windows color (decimal): -4391414 or 720572. OLE color: 720572.

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

Color convert

RGB 188 254 10 -
CMYK 0.26 0 0.96 0.00
HSL 76.23º 0.99% 0.52% -
HSV(B) 76.23º 0.96% 1% -
XYZ 56.24 81.6 13.07 -
YUV 206.45 17.13 114.84 -
System Red Green Blue C M Y K H S L
Decimal 188 254 10 0.26 0 0.96 0.00 76.23 0.99 0.52
Hex BC FE A 1A 0 60 0 4C 63 34
Octal 274 376 12 32 0 140 0 114 143 64
Binary 10111100 11111110 1010 11010 0 1100000 0 1001100 1100011 110100

Color Harmonies of #BCFE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE0A

Black with #BCFE0A

Text Example


Text Example

White with #BCFE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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