Html Css Color HEX #BCF400 Electric Lime

📋 copy color: '#BCF400'

red 188 ◦ green 244 ◦ blue 0

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

Shades of Electric Lime #BCF400

Tints of Electric Lime #BCF400

RGB

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

 GREEN value IS 244 (95.7% from 255) = 56.48%

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

R = 43.52%
G = 56.48%
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

#BCF400 (or 0xBCF400) is known color: Electric Lime. HEX triplet: BC, F4 and 00. RGB value is (188,244,0). Sum of RGB (Red+Green+Blue) = 188+244+0=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 244 (95.70% from 255 or 56.48% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF400 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF400 is #430BFF. Grayscale: #C8C8C8. Windows color (decimal): -4393984 or 62652. OLE color: 62652.

HSL color Cylindrical-coordinate representation of color #BCF400: hue angle of 73.77º 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 #BCF400 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 244 0 -
CMYK 0.23 0 1 0.04
HSL 73.77º 1% 0.48% -
HSV(B) 73.77º 1% 0.96% -
XYZ 53.09 75.39 11.75 -
YUV 199.44 15.45 119.84 -
System Red Green Blue C M Y K H S L
Decimal 188 244 0 0.23 0 1 0.04 73.77 1 0.48
Hex BC F4 0 17 0 64 4 4A 64 30
Octal 274 364 0 27 0 144 4 112 144 60
Binary 10111100 11110100 0 10111 0 1100100 100 1001010 1100100 110000

Color Harmonies of #BCF400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF400

Black with #BCF400

Text Example


Text Example

White with #BCF400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF400; }

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

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

background-color css

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

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

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

border-color css

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

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

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