Html Css Color HEX #BFFD00 Electric Lime

📋 copy color: '#BFFD00'

red 191 ◦ green 253 ◦ blue 0

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

Shades of Electric Lime #BFFD00

Tints of Electric Lime #BFFD00

RGB

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

 GREEN value IS 253 (99.22% from 255) = 56.98%

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

R = 43.02%
G = 56.98%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#BFFD00 (or 0xBFFD00) is known color: Electric Lime. HEX triplet: BF, FD and 00. RGB value is (191,253,0). Sum of RGB (Red+Green+Blue) = 191+253+0=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 253 (99.22% from 255 or 56.98% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFD00 is #4002FF. Grayscale: #CECECE. Windows color (decimal): -4195072 or 64959. OLE color: 64959.

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

Color convert

RGB 191 253 0 -
CMYK 0.25 0 1 0.01
HSL 74.7º 1% 0.5% -
HSV(B) 74.7º 1% 0.99% -
XYZ 56.61 81.33 12.71 -
YUV 205.62 11.96 117.57 -
System Red Green Blue C M Y K H S L
Decimal 191 253 0 0.25 0 1 0.01 74.7 1 0.5
Hex BF FD 0 19 0 64 1 4B 64 32
Octal 277 375 0 31 0 144 1 113 144 62
Binary 10111111 11111101 0 11001 0 1100100 1 1001011 1100100 110010

Color Harmonies of #BFFD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFD00

Black with #BFFD00

Text Example


Text Example

White with #BFFD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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