Html Css Color HEX #BCFF06 Electric Lime

📋 copy color: '#BCFF06'

red 188 ◦ green 255 ◦ blue 6

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

Shades of Electric Lime #BCFF06

Tints of Electric Lime #BCFF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.34%

R = 41.87%
G = 56.79%
B = 1.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#BCFF06 (or 0xBCFF06) is known color: Electric Lime. HEX triplet: BC, FF and 06. RGB value is (188,255,6). Sum of RGB (Red+Green+Blue) = 188+255+6=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 6 (2.73% from 255 or 1.34% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFF06 is #4300F9. Grayscale: #CFCFCF. Windows color (decimal): -4391162 or 458684. OLE color: 458684.

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

Color convert

RGB 188 255 6 -
CMYK 0.26 0 0.98 0
HSL 76.14º 1% 0.51% -
HSV(B) 76.14º 0.98% 1% -
XYZ 56.53 82.22 13.06 -
YUV 206.58 14.8 114.75 -
System Red Green Blue C M Y K H S L
Decimal 188 255 6 0.26 0 0.98 0 76.14 1 0.51
Hex BC FF 6 1A 0 62 0 4C 64 33
Octal 274 377 6 32 0 142 0 114 144 63
Binary 10111100 11111111 110 11010 0 1100010 0 1001100 1100100 110011

Color Harmonies of #BCFF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF06

Black with #BCFF06

Text Example


Text Example

White with #BCFF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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