Html Css Color HEX #BCF000 Electric Lime

📋 copy color: '#BCF000'

red 188 ◦ green 240 ◦ blue 0

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

Shades of Electric Lime #BCF000

Tints of Electric Lime #BCF000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 56.07%

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

R = 43.93%
G = 56.07%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#BCF000 (or 0xBCF000) is known color: Electric Lime. HEX triplet: BC, F0 and 00. RGB value is (188,240,0). Sum of RGB (Red+Green+Blue) = 188+240+0=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 240 (94.14% from 255 or 56.07% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF000 is #430FFF. Grayscale: #C6C6C6. Windows color (decimal): -4395008 or 61628. OLE color: 61628.

HSL color Cylindrical-coordinate representation of color #BCF000: hue angle of 73º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCF000 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 0 -
CMYK 0.22 0 1 0.06
HSL 73º 1% 0.47% -
HSV(B) 73º 1% 0.94% -
XYZ 51.9 73.01 11.36 -
YUV 197.09 16.77 121.51 -
System Red Green Blue C M Y K H S L
Decimal 188 240 0 0.22 0 1 0.06 73 1 0.47
Hex BC F0 0 16 0 64 6 49 64 2F
Octal 274 360 0 26 0 144 6 111 144 57
Binary 10111100 11110000 0 10110 0 1100100 110 1001001 1100100 101111

Color Harmonies of #BCF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF000

Black with #BCF000

Text Example


Text Example

White with #BCF000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF000; }

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

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

background-color css

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

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

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

border-color css

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

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

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