Html Css Color HEX #BCF500 Electric Lime

📋 copy color: '#BCF500'

red 188 ◦ green 245 ◦ blue 0

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

Shades of Electric Lime #BCF500

Tints of Electric Lime #BCF500

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.42%
G = 56.58%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#BCF500 (or 0xBCF500) is known color: Electric Lime. HEX triplet: BC, F5 and 00. RGB value is (188,245,0). Sum of RGB (Red+Green+Blue) = 188+245+0=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 245 (96.09% from 255 or 56.58% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF500 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF500 is #430AFF. Grayscale: #C8C8C8. Windows color (decimal): -4393728 or 62908. OLE color: 62908.

HSL color Cylindrical-coordinate representation of color #BCF500: hue angle of 73.96º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCF500 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 0 -
CMYK 0.23 0 1 0.04
HSL 73.96º 1% 0.48% -
HSV(B) 73.96º 1% 0.96% -
XYZ 53.39 76 11.85 -
YUV 200.03 15.12 119.42 -
System Red Green Blue C M Y K H S L
Decimal 188 245 0 0.23 0 1 0.04 73.96 1 0.48
Hex BC F5 0 17 0 64 4 4A 64 30
Octal 274 365 0 27 0 144 4 112 144 60
Binary 10111100 11110101 0 10111 0 1100100 100 1001010 1100100 110000

Color Harmonies of #BCF500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF500

Black with #BCF500

Text Example


Text Example

White with #BCF500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF500; }

 p { color: rgb(188,245,0); }

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

background-color css

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

 a { background-color: rgb(188,245,0); }

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

border-color css

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

 span { border-color: rgb(188,245,0); }

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