Html Css Color HEX #BFFF03 Electric Lime

📋 copy color: '#BFFF03'

red 191 ◦ green 255 ◦ blue 3

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

Shades of Electric Lime #BFFF03

Tints of Electric Lime #BFFF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 42.54%
G = 56.79%
B = 0.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#BFFF03 (or 0xBFFF03) is known color: Electric Lime. HEX triplet: BF, FF and 03. RGB value is (191,255,3). Sum of RGB (Red+Green+Blue) = 191+255+3=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 3 (1.56% from 255 or 0.67% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF03 is #4000FC. Grayscale: #D0D0D0. Windows color (decimal): -4194557 or 262079. OLE color: 262079.

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

Color convert

RGB 191 255 3 -
CMYK 0.25 0 0.99 0
HSL 75.24º 1% 0.51% -
HSV(B) 75.24º 0.99% 1% -
XYZ 57.26 82.6 13.01 -
YUV 207.14 12.8 116.49 -
System Red Green Blue C M Y K H S L
Decimal 191 255 3 0.25 0 0.99 0 75.24 1 0.51
Hex BF FF 3 19 0 63 0 4B 64 33
Octal 277 377 3 31 0 143 0 113 144 63
Binary 10111111 11111111 11 11001 0 1100011 0 1001011 1100100 110011

Color Harmonies of #BFFF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFF03

Black with #BFFF03

Text Example


Text Example

White with #BFFF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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