Html Css Color HEX #BCFF0B Electric Lime

📋 copy color: '#BCFF0B'

red 188 ◦ green 255 ◦ blue 11

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

Shades of Electric Lime #BCFF0B

Tints of Electric Lime #BCFF0B

RGB

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

 GREEN value IS 255 (100% from 255) = 56.17%

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

R = 41.41%
G = 56.17%
B = 2.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#BCFF0B (or 0xBCFF0B) is known color: Electric Lime. HEX triplet: BC, FF and 0B. RGB value is (188,255,11). Sum of RGB (Red+Green+Blue) = 188+255+11=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFF0B is #4300F4. Grayscale: #D0D0D0. Windows color (decimal): -4391157 or 786364. OLE color: 786364.

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

Color convert

RGB 188 255 11 -
CMYK 0.26 0 0.96 0
HSL 76.48º 1% 0.52% -
HSV(B) 76.48º 0.96% 1% -
XYZ 56.56 82.24 13.21 -
YUV 207.15 17.3 114.34 -
System Red Green Blue C M Y K H S L
Decimal 188 255 11 0.26 0 0.96 0 76.48 1 0.52
Hex BC FF B 1A 0 60 0 4C 64 34
Octal 274 377 13 32 0 140 0 114 144 64
Binary 10111100 11111111 1011 11010 0 1100000 0 1001100 1100100 110100

Color Harmonies of #BCFF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF0B

Black with #BCFF0B

Text Example


Text Example

White with #BCFF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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