Html Css Color HEX #BCFF07 Electric Lime

📋 copy color: '#BCFF07'

red 188 ◦ green 255 ◦ blue 7

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

Shades of Electric Lime #BCFF07

Tints of Electric Lime #BCFF07

RGB

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

 GREEN value IS 255 (100% from 255) = 56.67%

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

R = 41.78%
G = 56.67%
B = 1.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#BCFF07 (or 0xBCFF07) is known color: Electric Lime. HEX triplet: BC, FF and 07. RGB value is (188,255,7). Sum of RGB (Red+Green+Blue) = 188+255+7=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 7 (3.12% from 255 or 1.56% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFF07 is #4300F8. Grayscale: #CFCFCF. Windows color (decimal): -4391161 or 524220. OLE color: 524220.

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

Color convert

RGB 188 255 7 -
CMYK 0.26 0 0.97 0
HSL 76.21º 1% 0.51% -
HSV(B) 76.21º 0.97% 1% -
XYZ 56.54 82.23 13.09 -
YUV 206.7 15.3 114.67 -
System Red Green Blue C M Y K H S L
Decimal 188 255 7 0.26 0 0.97 0 76.21 1 0.51
Hex BC FF 7 1A 0 61 0 4C 64 33
Octal 274 377 7 32 0 141 0 114 144 63
Binary 10111100 11111111 111 11010 0 1100001 0 1001100 1100100 110011

Color Harmonies of #BCFF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF07

Black with #BCFF07

Text Example


Text Example

White with #BCFF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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