Html Css Color HEX #BCFC14 Electric Lime

📋 copy color: '#BCFC14'

red 188 ◦ green 252 ◦ blue 20

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

Shades of Electric Lime #BCFC14

Tints of Electric Lime #BCFC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.35%

R = 40.87%
G = 54.78%
B = 4.35%

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

#BCFC14 (or 0xBCFC14) is known color: Electric Lime. HEX triplet: BC, FC and 14. RGB value is (188,252,20). Sum of RGB (Red+Green+Blue) = 188+252+20=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 20 (8.20% from 255 or 4.35% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFC14 is #4303EB. Grayscale: #CFCFCF. Windows color (decimal): -4391916 or 1375420. OLE color: 1375420.

HSL color Cylindrical-coordinate representation of color #BCFC14: hue angle of 76.55º 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 #BCFC14 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 20 -
CMYK 0.25 0 0.92 0.01
HSL 76.55º 0.97% 0.53% -
HSV(B) 76.55º 0.92% 0.99% -
XYZ 55.68 80.36 13.24 -
YUV 206.42 22.8 114.86 -
System Red Green Blue C M Y K H S L
Decimal 188 252 20 0.25 0 0.92 0.01 76.55 0.97 0.53
Hex BC FC 14 19 0 5C 1 4D 61 35
Octal 274 374 24 31 0 134 1 115 141 65
Binary 10111100 11111100 10100 11001 0 1011100 1 1001101 1100001 110101

Color Harmonies of #BCFC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC14

Black with #BCFC14

Text Example


Text Example

White with #BCFC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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