Html Css Color HEX #BCFE02 Electric Lime

📋 copy color: '#BCFE02'

red 188 ◦ green 254 ◦ blue 2

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

Shades of Electric Lime #BCFE02

Tints of Electric Lime #BCFE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 42.34%
G = 57.21%
B = 0.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#BCFE02 (or 0xBCFE02) is known color: Electric Lime. HEX triplet: BC, FE and 02. RGB value is (188,254,2). Sum of RGB (Red+Green+Blue) = 188+254+2=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 254 (99.61% from 255 or 57.21% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFE02 is #4301FD. Grayscale: #CECECE. Windows color (decimal): -4391422 or 196284. OLE color: 196284.

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

Color convert

RGB 188 254 2 -
CMYK 0.26 0 0.99 0.00
HSL 75.71º 0.99% 0.5% -
HSV(B) 75.71º 0.99% 1% -
XYZ 56.19 81.58 12.84 -
YUV 205.54 13.13 115.49 -
System Red Green Blue C M Y K H S L
Decimal 188 254 2 0.26 0 0.99 0.00 75.71 0.99 0.5
Hex BC FE 2 1A 0 63 0 4C 63 32
Octal 274 376 2 32 0 143 0 114 143 62
Binary 10111100 11111110 10 11010 0 1100011 0 1001100 1100011 110010

Color Harmonies of #BCFE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE02

Black with #BCFE02

Text Example


Text Example

White with #BCFE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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