Html Css Color HEX #BCFF03 Electric Lime

📋 copy color: '#BCFF03'

red 188 ◦ green 255 ◦ blue 3

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

Shades of Electric Lime #BCFF03

Tints of Electric Lime #BCFF03

RGB

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

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

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

R = 42.15%
G = 57.17%
B = 0.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#BCFF03 (or 0xBCFF03) is known color: Electric Lime. HEX triplet: BC, FF and 03. RGB value is (188,255,3). Sum of RGB (Red+Green+Blue) = 188+255+3=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 3 (1.56% from 255 or 0.67% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFF03 is #4300FC. Grayscale: #CFCFCF. Windows color (decimal): -4391165 or 262076. OLE color: 262076.

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

Color convert

RGB 188 255 3 -
CMYK 0.26 0 0.99 0
HSL 75.95º 1% 0.51% -
HSV(B) 75.95º 0.99% 1% -
XYZ 56.52 82.22 12.98 -
YUV 206.24 13.3 114.99 -
System Red Green Blue C M Y K H S L
Decimal 188 255 3 0.26 0 0.99 0 75.95 1 0.51
Hex BC FF 3 1A 0 63 0 4C 64 33
Octal 274 377 3 32 0 143 0 114 144 63
Binary 10111100 11111111 11 11010 0 1100011 0 1001100 1100100 110011

Color Harmonies of #BCFF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF03

Black with #BCFF03

Text Example


Text Example

White with #BCFF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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