Html Css Color HEX #BCF603 Electric Lime

📋 copy color: '#BCF603'

red 188 ◦ green 246 ◦ blue 3

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

Shades of Electric Lime #BCF603

Tints of Electric Lime #BCF603

RGB

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

 GREEN value IS 246 (96.48% from 255) = 56.29%

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

R = 43.02%
G = 56.29%
B = 0.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#BCF603 (or 0xBCF603) is known color: Electric Lime. HEX triplet: BC, F6 and 03. RGB value is (188,246,3). Sum of RGB (Red+Green+Blue) = 188+246+3=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 246 (96.48% from 255 or 56.29% from 437); Blue value is 3 (1.56% from 255 or 0.69% from 437); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF603 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF603 is #4309FC. Grayscale: #C9C9C9. Windows color (decimal): -4393469 or 259772. OLE color: 259772.

HSL color Cylindrical-coordinate representation of color #BCF603: hue angle of 74.32º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCF603 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 3 -
CMYK 0.24 0 0.99 0.04
HSL 74.32º 0.98% 0.49% -
HSV(B) 74.32º 0.99% 0.96% -
XYZ 53.71 76.61 12.04 -
YUV 200.96 16.28 118.76 -
System Red Green Blue C M Y K H S L
Decimal 188 246 3 0.24 0 0.99 0.04 74.32 0.98 0.49
Hex BC F6 3 18 0 63 4 4A 62 31
Octal 274 366 3 30 0 143 4 112 142 61
Binary 10111100 11110110 11 11000 0 1100011 100 1001010 1100010 110001

Color Harmonies of #BCF603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF603

Black with #BCF603

Text Example


Text Example

White with #BCF603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF603; }

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

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

background-color css

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

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

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

border-color css

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

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

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