Html Css Color HEX #BCFE07 Electric Lime

📋 copy color: '#BCFE07'

red 188 ◦ green 254 ◦ blue 7

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

Shades of Electric Lime #BCFE07

Tints of Electric Lime #BCFE07

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.57%

 BLUE value IS 7 (3.13% from 255) = 1.56%

R = 41.87%
G = 56.57%
B = 1.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#BCFE07 (or 0xBCFE07) is known color: Electric Lime. HEX triplet: BC, FE and 07. RGB value is (188,254,7). Sum of RGB (Red+Green+Blue) = 188+254+7=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 254 (99.61% from 255 or 56.57% from 449); Blue value is 7 (3.12% from 255 or 1.56% from 449); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFE07 is #4301F8. Grayscale: #CFCFCF. Windows color (decimal): -4391417 or 523964. OLE color: 523964.

HSL color Cylindrical-coordinate representation of color #BCFE07: hue angle of 76.03º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCFE07 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 7 -
CMYK 0.26 0 0.97 0.00
HSL 76.03º 0.99% 0.51% -
HSV(B) 76.03º 0.97% 1% -
XYZ 56.22 81.59 12.99 -
YUV 206.11 15.63 115.08 -
System Red Green Blue C M Y K H S L
Decimal 188 254 7 0.26 0 0.97 0.00 76.03 0.99 0.51
Hex BC FE 7 1A 0 61 0 4C 63 33
Octal 274 376 7 32 0 141 0 114 143 63
Binary 10111100 11111110 111 11010 0 1100001 0 1001100 1100011 110011

Color Harmonies of #BCFE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE07

Black with #BCFE07

Text Example


Text Example

White with #BCFE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE07; }

 p { color: rgb(188,254,7); }

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

background-color css

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

 a { background-color: rgb(188,254,7); }

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

border-color css

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

 span { border-color: rgb(188,254,7); }

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