Html Css Color HEX #BCFD03 Electric Lime

📋 copy color: '#BCFD03'

red 188 ◦ green 253 ◦ blue 3

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

Shades of Electric Lime #BCFD03

Tints of Electric Lime #BCFD03

RGB

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

 GREEN value IS 253 (99.22% from 255) = 56.98%

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 42.34%
G = 56.98%
B = 0.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#BCFD03 (or 0xBCFD03) is known color: Electric Lime. HEX triplet: BC, FD and 03. RGB value is (188,253,3). Sum of RGB (Red+Green+Blue) = 188+253+3=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 253 (99.22% from 255 or 56.98% from 444); Blue value is 3 (1.56% from 255 or 0.68% from 444); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD03 is #4302FC. Grayscale: #CECECE. Windows color (decimal): -4391677 or 261564. OLE color: 261564.

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

Color convert

RGB 188 253 3 -
CMYK 0.26 0 0.99 0.01
HSL 75.6º 0.98% 0.5% -
HSV(B) 75.6º 0.99% 0.99% -
XYZ 55.88 80.95 12.77 -
YUV 205.07 13.97 115.83 -
System Red Green Blue C M Y K H S L
Decimal 188 253 3 0.26 0 0.99 0.01 75.6 0.98 0.5
Hex BC FD 3 1A 0 63 1 4C 62 32
Octal 274 375 3 32 0 143 1 114 142 62
Binary 10111100 11111101 11 11010 0 1100011 1 1001100 1100010 110010

Color Harmonies of #BCFD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD03

Black with #BCFD03

Text Example


Text Example

White with #BCFD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD03; }

 p { color: rgb(188,253,3); }

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

background-color css

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

 a { background-color: rgb(188,253,3); }

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

border-color css

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

 span { border-color: rgb(188,253,3); }

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