Html Css Color HEX #BCFC06 Electric Lime

📋 copy color: '#BCFC06'

red 188 ◦ green 252 ◦ blue 6

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

Shades of Electric Lime #BCFC06

Tints of Electric Lime #BCFC06

RGB

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

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

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

R = 42.15%
G = 56.5%
B = 1.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#BCFC06 (or 0xBCFC06) is known color: Electric Lime. HEX triplet: BC, FC and 06. RGB value is (188,252,6). Sum of RGB (Red+Green+Blue) = 188+252+6=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 252 (98.83% from 255 or 56.50% from 446); Blue value is 6 (2.73% from 255 or 1.35% from 446); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFC06 is #4303F9. Grayscale: #CDCDCD. Windows color (decimal): -4391930 or 457916. OLE color: 457916.

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

Color convert

RGB 188 252 6 -
CMYK 0.25 0 0.98 0.01
HSL 75.61º 0.98% 0.51% -
HSV(B) 75.61º 0.98% 0.99% -
XYZ 55.58 80.33 12.75 -
YUV 204.82 15.8 116 -
System Red Green Blue C M Y K H S L
Decimal 188 252 6 0.25 0 0.98 0.01 75.61 0.98 0.51
Hex BC FC 6 19 0 62 1 4C 62 33
Octal 274 374 6 31 0 142 1 114 142 63
Binary 10111100 11111100 110 11001 0 1100010 1 1001100 1100010 110011

Color Harmonies of #BCFC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC06

Black with #BCFC06

Text Example


Text Example

White with #BCFC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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