Html Css Color HEX #BFFE01 Electric Lime

📋 copy color: '#BFFE01'

red 191 ◦ green 254 ◦ blue 1

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

Shades of Electric Lime #BFFE01

Tints of Electric Lime #BFFE01

RGB

 RED value IS 191 (75% from 255) = 42.83%

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 42.83%
G = 56.95%
B = 0.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#BFFE01 (or 0xBFFE01) is known color: Electric Lime. HEX triplet: BF, FE and 01. RGB value is (191,254,1). Sum of RGB (Red+Green+Blue) = 191+254+1=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 254 (99.61% from 255 or 56.95% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFE01 is #4001FE. Grayscale: #CFCFCF. Windows color (decimal): -4194815 or 130751. OLE color: 130751.

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

Color convert

RGB 191 254 1 -
CMYK 0.25 0 1.00 0.00
HSL 74.94º 0.99% 0.5% -
HSV(B) 74.94º 1% 1% -
XYZ 56.93 81.96 12.85 -
YUV 206.32 12.13 117.07 -
System Red Green Blue C M Y K H S L
Decimal 191 254 1 0.25 0 1.00 0.00 74.94 0.99 0.5
Hex BF FE 1 19 0 64 0 4B 63 32
Octal 277 376 1 31 0 144 0 113 143 62
Binary 10111111 11111110 1 11001 0 1100100 0 1001011 1100011 110010

Color Harmonies of #BFFE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFE01

Black with #BFFE01

Text Example


Text Example

White with #BFFE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFE01; }

 p { color: rgb(191,254,1); }

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

background-color css

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

 a { background-color: rgb(191,254,1); }

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

border-color css

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

 span { border-color: rgb(191,254,1); }

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