Html Css Color HEX #BFFF05 Electric Lime

📋 copy color: '#BFFF05'

red 191 ◦ green 255 ◦ blue 5

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

Shades of Electric Lime #BFFF05

Tints of Electric Lime #BFFF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 42.35%
G = 56.54%
B = 1.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#BFFF05 (or 0xBFFF05) is known color: Electric Lime. HEX triplet: BF, FF and 05. RGB value is (191,255,5). Sum of RGB (Red+Green+Blue) = 191+255+5=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF05 is #4000FA. Grayscale: #D0D0D0. Windows color (decimal): -4194555 or 393151. OLE color: 393151.

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

Color convert

RGB 191 255 5 -
CMYK 0.25 0 0.98 0
HSL 75.36º 1% 0.51% -
HSV(B) 75.36º 0.98% 1% -
XYZ 57.27 82.61 13.07 -
YUV 207.36 13.8 116.33 -
System Red Green Blue C M Y K H S L
Decimal 191 255 5 0.25 0 0.98 0 75.36 1 0.51
Hex BF FF 5 19 0 62 0 4B 64 33
Octal 277 377 5 31 0 142 0 113 144 63
Binary 10111111 11111111 101 11001 0 1100010 0 1001011 1100100 110011

Color Harmonies of #BFFF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFF05

Black with #BFFF05

Text Example


Text Example

White with #BFFF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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