Html Css Color HEX #BCFB11 Electric Lime

📋 copy color: '#BCFB11'

red 188 ◦ green 251 ◦ blue 17

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

Shades of Electric Lime #BCFB11

Tints of Electric Lime #BCFB11

RGB

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

 GREEN value IS 251 (98.44% from 255) = 55.04%

 BLUE value IS 17 (7.03% from 255) = 3.73%

R = 41.23%
G = 55.04%
B = 3.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#BCFB11 (or 0xBCFB11) is known color: Electric Lime. HEX triplet: BC, FB and 11. RGB value is (188,251,17). Sum of RGB (Red+Green+Blue) = 188+251+17=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 17 (7.03% from 255 or 3.73% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFB11 is #4304EE. Grayscale: #CECECE. Windows color (decimal): -4392175 or 1178556. OLE color: 1178556.

HSL color Cylindrical-coordinate representation of color #BCFB11: hue angle of 76.15º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCFB11 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 17 -
CMYK 0.25 0 0.93 0.02
HSL 76.15º 0.97% 0.53% -
HSV(B) 76.15º 0.93% 0.98% -
XYZ 55.34 79.73 13 -
YUV 205.49 21.63 115.53 -
System Red Green Blue C M Y K H S L
Decimal 188 251 17 0.25 0 0.93 0.02 76.15 0.97 0.53
Hex BC FB 11 19 0 5D 2 4C 61 35
Octal 274 373 21 31 0 135 2 114 141 65
Binary 10111100 11111011 10001 11001 0 1011101 10 1001100 1100001 110101

Color Harmonies of #BCFB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB11

Black with #BCFB11

Text Example


Text Example

White with #BCFB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB11; }

 p { color: rgb(188,251,17); }

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

background-color css

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

 a { background-color: rgb(188,251,17); }

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

border-color css

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

 span { border-color: rgb(188,251,17); }

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