Html Css Color HEX #BFFF11 Electric Lime

📋 copy color: '#BFFF11'

red 191 ◦ green 255 ◦ blue 17

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

Shades of Electric Lime #BFFF11

Tints of Electric Lime #BFFF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.67%

R = 41.25%
G = 55.08%
B = 3.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#BFFF11 (or 0xBFFF11) is known color: Electric Lime. HEX triplet: BF, FF and 11. RGB value is (191,255,17). Sum of RGB (Red+Green+Blue) = 191+255+17=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF11 is #4000EE. Grayscale: #D1D1D1. Windows color (decimal): -4194543 or 1179583. OLE color: 1179583.

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

Color convert

RGB 191 255 17 -
CMYK 0.25 0 0.93 0
HSL 76.13º 1% 0.53% -
HSV(B) 76.13º 0.93% 1% -
XYZ 57.35 82.64 13.46 -
YUV 208.73 19.8 115.35 -
System Red Green Blue C M Y K H S L
Decimal 191 255 17 0.25 0 0.93 0 76.13 1 0.53
Hex BF FF 11 19 0 5D 0 4C 64 35
Octal 277 377 21 31 0 135 0 114 144 65
Binary 10111111 11111111 10001 11001 0 1011101 0 1001100 1100100 110101

Color Harmonies of #BFFF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFF11

Black with #BFFF11

Text Example


Text Example

White with #BFFF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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