Html Css Color HEX #BCFC13 Electric Lime

📋 copy color: '#BCFC13'

red 188 ◦ green 252 ◦ blue 19

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

Shades of Electric Lime #BCFC13

Tints of Electric Lime #BCFC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.14%

R = 40.96%
G = 54.9%
B = 4.14%

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

#BCFC13 (or 0xBCFC13) is known color: Electric Lime. HEX triplet: BC, FC and 13. RGB value is (188,252,19). Sum of RGB (Red+Green+Blue) = 188+252+19=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 19 (7.81% from 255 or 4.14% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFC13 is #4303EC. Grayscale: #CFCFCF. Windows color (decimal): -4391917 or 1309884. OLE color: 1309884.

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

Color convert

RGB 188 252 19 -
CMYK 0.25 0 0.92 0.01
HSL 76.48º 0.97% 0.53% -
HSV(B) 76.48º 0.92% 0.99% -
XYZ 55.67 80.36 13.19 -
YUV 206.3 22.3 114.95 -
System Red Green Blue C M Y K H S L
Decimal 188 252 19 0.25 0 0.92 0.01 76.48 0.97 0.53
Hex BC FC 13 19 0 5C 1 4C 61 35
Octal 274 374 23 31 0 134 1 114 141 65
Binary 10111100 11111100 10011 11001 0 1011100 1 1001100 1100001 110101

Color Harmonies of #BCFC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC13

Black with #BCFC13

Text Example


Text Example

White with #BCFC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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