Html Css Color HEX #BCF800 Electric Lime

📋 copy color: '#BCF800'

red 188 ◦ green 248 ◦ blue 0

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

Shades of Electric Lime #BCF800

Tints of Electric Lime #BCF800

RGB

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

 GREEN value IS 248 (97.27% from 255) = 56.88%

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

R = 43.12%
G = 56.88%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#BCF800 (or 0xBCF800) is known color: Electric Lime. HEX triplet: BC, F8 and 00. RGB value is (188,248,0). Sum of RGB (Red+Green+Blue) = 188+248+0=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 248 (97.27% from 255 or 56.88% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF800 is #4307FF. Grayscale: #CACACA. Windows color (decimal): -4392960 or 63676. OLE color: 63676.

HSL color Cylindrical-coordinate representation of color #BCF800: hue angle of 74.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCF800 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 248 0 -
CMYK 0.24 0 1 0.03
HSL 74.52º 1% 0.49% -
HSV(B) 74.52º 1% 0.97% -
XYZ 54.31 77.83 12.16 -
YUV 201.79 14.12 118.17 -
System Red Green Blue C M Y K H S L
Decimal 188 248 0 0.24 0 1 0.03 74.52 1 0.49
Hex BC F8 0 18 0 64 3 4B 64 31
Octal 274 370 0 30 0 144 3 113 144 61
Binary 10111100 11111000 0 11000 0 1100100 11 1001011 1100100 110001

Color Harmonies of #BCF800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF800

Black with #BCF800

Text Example


Text Example

White with #BCF800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF800; }

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

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

background-color css

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

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

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

border-color css

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

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

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