Html Css Color HEX #BCFC15 Electric Lime

📋 copy color: '#BCFC15'

red 188 ◦ green 252 ◦ blue 21

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

Shades of Electric Lime #BCFC15

Tints of Electric Lime #BCFC15

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.66%

 BLUE value IS 21 (8.59% from 255) = 4.56%

R = 40.78%
G = 54.66%
B = 4.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#BCFC15 (or 0xBCFC15) is known color: Electric Lime. HEX triplet: BC, FC and 15. RGB value is (188,252,21). Sum of RGB (Red+Green+Blue) = 188+252+21=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 252 (98.83% from 255 or 54.66% from 461); Blue value is 21 (8.59% from 255 or 4.56% from 461); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFC15 is #4303EA. Grayscale: #CFCFCF. Windows color (decimal): -4391915 or 1440956. OLE color: 1440956.

HSL color Cylindrical-coordinate representation of color #BCFC15: hue angle of 76.62º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCFC15 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 21 -
CMYK 0.25 0 0.92 0.01
HSL 76.62º 0.97% 0.54% -
HSV(B) 76.62º 0.92% 0.99% -
XYZ 55.68 80.37 13.29 -
YUV 206.53 23.3 114.78 -
System Red Green Blue C M Y K H S L
Decimal 188 252 21 0.25 0 0.92 0.01 76.62 0.97 0.54
Hex BC FC 15 19 0 5C 1 4D 61 36
Octal 274 374 25 31 0 134 1 115 141 66
Binary 10111100 11111100 10101 11001 0 1011100 1 1001101 1100001 110110

Color Harmonies of #BCFC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC15

Black with #BCFC15

Text Example


Text Example

White with #BCFC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC15; }

 p { color: rgb(188,252,21); }

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

background-color css

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

 a { background-color: rgb(188,252,21); }

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

border-color css

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

 span { border-color: rgb(188,252,21); }

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