#BCED00

Color #BCED00 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #BCED00

Tints of Electric Lime #BCED00

Color information

#BCED00 (or 0xBCED00) is unknown color: approx Electric Lime. HEX triplet: BC, ED and 00. RGB value is (188,237,0). Sum of RGB (Red+Green+Blue) = 188+237+0=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 237 (92.97% from 255 or 55.76% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCED00 is #4312FF. Grayscale: #C4C4C4. Windows color (decimal): -4395776 or 60860. OLE color: 60860.

HSL color Cylindrical-coordinate representation of color #BCED00: hue angle of 72.41º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCED00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB1882370-
CMYK0.21010.07
HSL72.41º100%46.47%-
HSV(B)72.41º100%92.94%-
XYZ51.0271.2611.07-
YUV195.3317.77122.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 237 (92.97% from 255) = 55.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.24%
G=55.76%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal18823700.21010.0772.4110046.47
HexBCED015064748642e
Octal2743550250144711014456
Binary10111100111011010101010110010011110010001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCED00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCED00; }

 p { color: rgb(188,237,0); }

 H1.HeaderClassName
 {
   color: #BCED00;
 }
 .AnyTagClassName
 {
   color: #BCED00;
 }
</style>
background-color css

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

 a { background-color: rgb(188,237,0); }

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

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

 span { border-color: rgb(188,237,0); }

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