Html Css Color HEX #BCF900 Electric Lime

📋 copy color: '#BCF900'

red 188 ◦ green 249 ◦ blue 0

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

Shades of Electric Lime #BCF900

Tints of Electric Lime #BCF900

RGB

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

 GREEN value IS 249 (97.66% from 255) = 56.98%

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

R = 43.02%
G = 56.98%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#BCF900 (or 0xBCF900) is known color: Electric Lime. HEX triplet: BC, F9 and 00. RGB value is (188,249,0). Sum of RGB (Red+Green+Blue) = 188+249+0=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 249 (97.66% from 255 or 56.98% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF900 is #4306FF. Grayscale: #CBCBCB. Windows color (decimal): -4392704 or 63932. OLE color: 63932.

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

Color convert

RGB 188 249 0 -
CMYK 0.24 0 1 0.02
HSL 74.7º 1% 0.49% -
HSV(B) 74.7º 1% 0.98% -
XYZ 54.61 78.44 12.26 -
YUV 202.38 13.79 117.75 -
System Red Green Blue C M Y K H S L
Decimal 188 249 0 0.24 0 1 0.02 74.7 1 0.49
Hex BC F9 0 18 0 64 2 4B 64 31
Octal 274 371 0 30 0 144 2 113 144 61
Binary 10111100 11111001 0 11000 0 1100100 10 1001011 1100100 110001

Color Harmonies of #BCF900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF900

Black with #BCF900

Text Example


Text Example

White with #BCF900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF900; }

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

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

background-color css

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

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

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

border-color css

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

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

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