Html Css Color HEX #BCFC0E Electric Lime

📋 copy color: '#BCFC0E'

red 188 ◦ green 252 ◦ blue 14

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

Shades of Electric Lime #BCFC0E

Tints of Electric Lime #BCFC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.08%

R = 41.41%
G = 55.51%
B = 3.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#BCFC0E (or 0xBCFC0E) is known color: Electric Lime. HEX triplet: BC, FC and 0E. RGB value is (188,252,14). Sum of RGB (Red+Green+Blue) = 188+252+14=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 252 (98.83% from 255 or 55.51% from 454); Blue value is 14 (5.86% from 255 or 3.08% from 454); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFC0E is #4303F1. Grayscale: #CECECE. Windows color (decimal): -4391922 or 982204. OLE color: 982204.

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

Color convert

RGB 188 252 14 -
CMYK 0.25 0 0.94 0.01
HSL 76.13º 0.98% 0.52% -
HSV(B) 76.13º 0.94% 0.99% -
XYZ 55.63 80.34 12.99 -
YUV 205.73 19.8 115.35 -
System Red Green Blue C M Y K H S L
Decimal 188 252 14 0.25 0 0.94 0.01 76.13 0.98 0.52
Hex BC FC E 19 0 5E 1 4C 62 34
Octal 274 374 16 31 0 136 1 114 142 64
Binary 10111100 11111100 1110 11001 0 1011110 1 1001100 1100010 110100

Color Harmonies of #BCFC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC0E

Black with #BCFC0E

Text Example


Text Example

White with #BCFC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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