Html Css Color HEX #BCF404 Electric Lime

📋 copy color: '#BCF404'

red 188 ◦ green 244 ◦ blue 4

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

Shades of Electric Lime #BCF404

Tints of Electric Lime #BCF404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 43.12%
G = 55.96%
B = 0.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#BCF404 (or 0xBCF404) is known color: Electric Lime. HEX triplet: BC, F4 and 04. RGB value is (188,244,4). Sum of RGB (Red+Green+Blue) = 188+244+4=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 244 (95.70% from 255 or 55.96% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF404 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF404 is #430BFB. Grayscale: #C8C8C8. Windows color (decimal): -4393980 or 324796. OLE color: 324796.

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

Color convert

RGB 188 244 4 -
CMYK 0.23 0 0.98 0.04
HSL 74º 0.97% 0.49% -
HSV(B) 74º 0.98% 0.96% -
XYZ 53.11 75.4 11.87 -
YUV 199.9 17.45 119.51 -
System Red Green Blue C M Y K H S L
Decimal 188 244 4 0.23 0 0.98 0.04 74 0.97 0.49
Hex BC F4 4 17 0 62 4 4A 61 31
Octal 274 364 4 27 0 142 4 112 141 61
Binary 10111100 11110100 100 10111 0 1100010 100 1001010 1100001 110001

Color Harmonies of #BCF404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF404

Black with #BCF404

Text Example


Text Example

White with #BCF404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF404; }

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

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

background-color css

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

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

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

border-color css

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

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

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