Html Css Color HEX #BFFF04 Electric Lime

📋 copy color: '#BFFF04'

red 191 ◦ green 255 ◦ blue 4

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

Shades of Electric Lime #BFFF04

Tints of Electric Lime #BFFF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 42.44%
G = 56.67%
B = 0.89%

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

#BFFF04 (or 0xBFFF04) is known color: Electric Lime. HEX triplet: BF, FF and 04. RGB value is (191,255,4). Sum of RGB (Red+Green+Blue) = 191+255+4=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF04 is #4000FB. Grayscale: #D0D0D0. Windows color (decimal): -4194556 or 327615. OLE color: 327615.

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

Color convert

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

Color Harmonies of #BFFF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFF04

Black with #BFFF04

Text Example


Text Example

White with #BFFF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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