Html Css Color HEX #BCFD0E Electric Lime

📋 copy color: '#BCFD0E'

red 188 ◦ green 253 ◦ blue 14

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

Shades of Electric Lime #BCFD0E

Tints of Electric Lime #BCFD0E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 55.6%

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

R = 41.32%
G = 55.6%
B = 3.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#BCFD0E (or 0xBCFD0E) is known color: Electric Lime. HEX triplet: BC, FD and 0E. RGB value is (188,253,14). Sum of RGB (Red+Green+Blue) = 188+253+14=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 253 (99.22% from 255 or 55.60% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD0E is #4302F1. Grayscale: #CFCFCF. Windows color (decimal): -4391666 or 982460. OLE color: 982460.

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

Color convert

RGB 188 253 14 -
CMYK 0.26 0 0.94 0.01
HSL 76.32º 0.98% 0.52% -
HSV(B) 76.32º 0.94% 0.99% -
XYZ 55.94 80.97 13.1 -
YUV 206.32 19.47 114.93 -
System Red Green Blue C M Y K H S L
Decimal 188 253 14 0.26 0 0.94 0.01 76.32 0.98 0.52
Hex BC FD E 1A 0 5E 1 4C 62 34
Octal 274 375 16 32 0 136 1 114 142 64
Binary 10111100 11111101 1110 11010 0 1011110 1 1001100 1100010 110100

Color Harmonies of #BCFD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD0E

Black with #BCFD0E

Text Example


Text Example

White with #BCFD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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