Html Css Color HEX #BCFC0B Electric Lime

📋 copy color: '#BCFC0B'

red 188 ◦ green 252 ◦ blue 11

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

Shades of Electric Lime #BCFC0B

Tints of Electric Lime #BCFC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.44%

R = 41.69%
G = 55.88%
B = 2.44%

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

#BCFC0B (or 0xBCFC0B) is known color: Electric Lime. HEX triplet: BC, FC and 0B. RGB value is (188,252,11). Sum of RGB (Red+Green+Blue) = 188+252+11=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 252 (98.83% from 255 or 55.88% from 451); Blue value is 11 (4.69% from 255 or 2.44% from 451); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFC0B is #4303F4. Grayscale: #CECECE. Windows color (decimal): -4391925 or 785596. OLE color: 785596.

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

Color convert

RGB 188 252 11 -
CMYK 0.25 0 0.96 0.01
HSL 75.93º 0.98% 0.52% -
HSV(B) 75.93º 0.96% 0.99% -
XYZ 55.61 80.34 12.89 -
YUV 205.39 18.3 115.6 -
System Red Green Blue C M Y K H S L
Decimal 188 252 11 0.25 0 0.96 0.01 75.93 0.98 0.52
Hex BC FC B 19 0 60 1 4C 62 34
Octal 274 374 13 31 0 140 1 114 142 64
Binary 10111100 11111100 1011 11001 0 1100000 1 1001100 1100010 110100

Color Harmonies of #BCFC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC0B

Black with #BCFC0B

Text Example


Text Example

White with #BCFC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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