Html Css Color HEX #BFFC01 Electric Lime

📋 copy color: '#BFFC01'

red 191 ◦ green 252 ◦ blue 1

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

Shades of Electric Lime #BFFC01

Tints of Electric Lime #BFFC01

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56.76%

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

R = 43.02%
G = 56.76%
B = 0.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#BFFC01 (or 0xBFFC01) is known color: Electric Lime. HEX triplet: BF, FC and 01. RGB value is (191,252,1). Sum of RGB (Red+Green+Blue) = 191+252+1=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 252 (98.83% from 255 or 56.76% from 444); Blue value is 1 (0.78% from 255 or 0.23% from 444); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFC01 is #4003FE. Grayscale: #CECECE. Windows color (decimal): -4195327 or 130239. OLE color: 130239.

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

Color convert

RGB 191 252 1 -
CMYK 0.24 0 1.00 0.01
HSL 74.58º 0.99% 0.5% -
HSV(B) 74.58º 1% 0.99% -
XYZ 56.3 80.7 12.64 -
YUV 205.15 12.79 117.91 -
System Red Green Blue C M Y K H S L
Decimal 191 252 1 0.24 0 1.00 0.01 74.58 0.99 0.5
Hex BF FC 1 18 0 64 1 4B 63 32
Octal 277 374 1 30 0 144 1 113 143 62
Binary 10111111 11111100 1 11000 0 1100100 1 1001011 1100011 110010

Color Harmonies of #BFFC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFC01

Black with #BFFC01

Text Example


Text Example

White with #BFFC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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