Html Css Color HEX #BFFF00 Electric Lime

📋 copy color: '#BFFF00'

red 191 ◦ green 255 ◦ blue 0

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

Shades of Electric Lime #BFFF00

Tints of Electric Lime #BFFF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.83%
G = 57.17%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#BFFF00 (or 0xBFFF00) is known color: Electric Lime. HEX triplet: BF, FF and 00. RGB value is (191,255,0). Sum of RGB (Red+Green+Blue) = 191+255+0=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF00 is #4000FF. Grayscale: #CFCFCF. Windows color (decimal): -4194560 or 65471. OLE color: 65471.

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

Color convert

RGB 191 255 0 -
CMYK 0.25 0 1 0
HSL 75.06º 1% 0.5% -
HSV(B) 75.06º 1% 1% -
XYZ 57.25 82.6 12.93 -
YUV 206.79 11.3 116.73 -
System Red Green Blue C M Y K H S L
Decimal 191 255 0 0.25 0 1 0 75.06 1 0.5
Hex BF FF 0 19 0 64 0 4B 64 32
Octal 277 377 0 31 0 144 0 113 144 62
Binary 10111111 11111111 0 11001 0 1100100 0 1001011 1100100 110010

Color Harmonies of #BFFF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFF00

Black with #BFFF00

Text Example


Text Example

White with #BFFF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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