Html Css Color HEX #BCFC04 Electric Lime

📋 copy color: '#BCFC04'

red 188 ◦ green 252 ◦ blue 4

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

Shades of Electric Lime #BCFC04

Tints of Electric Lime #BCFC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 42.34%
G = 56.76%
B = 0.9%

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

#BCFC04 (or 0xBCFC04) is known color: Electric Lime. HEX triplet: BC, FC and 04. RGB value is (188,252,4). Sum of RGB (Red+Green+Blue) = 188+252+4=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 252 (98.83% from 255 or 56.76% from 444); Blue value is 4 (1.95% from 255 or 0.90% from 444); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFC04 is #4303FB. Grayscale: #CDCDCD. Windows color (decimal): -4391932 or 326844. OLE color: 326844.

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

Color convert

RGB 188 252 4 -
CMYK 0.25 0 0.98 0.01
HSL 75.48º 0.98% 0.5% -
HSV(B) 75.48º 0.98% 0.99% -
XYZ 55.57 80.32 12.69 -
YUV 204.59 14.8 116.17 -
System Red Green Blue C M Y K H S L
Decimal 188 252 4 0.25 0 0.98 0.01 75.48 0.98 0.5
Hex BC FC 4 19 0 62 1 4B 62 32
Octal 274 374 4 31 0 142 1 113 142 62
Binary 10111100 11111100 100 11001 0 1100010 1 1001011 1100010 110010

Color Harmonies of #BCFC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC04

Black with #BCFC04

Text Example


Text Example

White with #BCFC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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