#BFFE03

Color #BFFE03 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #BFFE03

Tints of Electric Lime #BFFE03

Color information

#BFFE03 (or 0xBFFE03) is unknown color: approx Electric Lime. HEX triplet: BF, FE and 03. RGB value is (191,254,3). Sum of RGB (Red+Green+Blue) = 191+254+3=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 254 (99.61% from 255 or 56.70% from 448); Blue value is 3 (1.56% from 255 or 0.67% from 448); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFE03 is #4001FC. Grayscale: #CFCFCF. Windows color (decimal): -4194813 or 261823. OLE color: 261823.

HSL color Cylindrical-coordinate representation of color #BFFE03: hue angle of 75.06º 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 #BFFE03 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.

Color convert

RGB1912543-
CMYK0.2500.990.00
HSL75.06º99.21%50.39%-
HSV(B)75.06º98.82%99.61%-
XYZ56.9481.9712.91-
YUV206.5513.13116.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 254 (99.61% from 255) = 56.70%
BLUE value IS 3 (1.56% from 255) = 0.67%
R=42.63%
G=56.70%
B=0.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal19125430.2500.990.0075.0699.2150.39
HexBFFE31906304b6332
Octal2773763310143011314362
Binary1011111111111110111100101100011010010111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFE03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFE03; }

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

 H1.HeaderClassName
 {
   color: #BFFE03;
 }
 .AnyTagClassName
 {
   color: #BFFE03;
 }
</style>
background-color css

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

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

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

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

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

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