Html Css Color HEX #BCFC0A Electric Lime

📋 copy color: '#BCFC0A'

red 188 ◦ green 252 ◦ blue 10

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

Shades of Electric Lime #BCFC0A

Tints of Electric Lime #BCFC0A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56%

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

R = 41.78%
G = 56%
B = 2.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#BCFC0A (or 0xBCFC0A) is known color: Electric Lime. HEX triplet: BC, FC and 0A. RGB value is (188,252,10). Sum of RGB (Red+Green+Blue) = 188+252+10=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 252 (98.83% from 255 or 56% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFC0A is #4303F5. Grayscale: #CECECE. Windows color (decimal): -4391926 or 720060. OLE color: 720060.

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

Color convert

RGB 188 252 10 -
CMYK 0.25 0 0.96 0.01
HSL 75.87º 0.98% 0.51% -
HSV(B) 75.87º 0.96% 0.99% -
XYZ 55.6 80.33 12.86 -
YUV 205.28 17.8 115.68 -
System Red Green Blue C M Y K H S L
Decimal 188 252 10 0.25 0 0.96 0.01 75.87 0.98 0.51
Hex BC FC A 19 0 60 1 4C 62 33
Octal 274 374 12 31 0 140 1 114 142 63
Binary 10111100 11111100 1010 11001 0 1100000 1 1001100 1100010 110011

Color Harmonies of #BCFC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC0A

Black with #BCFC0A

Text Example


Text Example

White with #BCFC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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