Html Css Color HEX #BFFE10 Electric Lime

📋 copy color: '#BFFE10'

red 191 ◦ green 254 ◦ blue 16

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

Shades of Electric Lime #BFFE10

Tints of Electric Lime #BFFE10

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.1%

 BLUE value IS 16 (6.64% from 255) = 3.47%

R = 41.43%
G = 55.1%
B = 3.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#BFFE10 (or 0xBFFE10) is known color: Electric Lime. HEX triplet: BF, FE and 10. RGB value is (191,254,16). Sum of RGB (Red+Green+Blue) = 191+254+16=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFE10 is #4001EF. Grayscale: #D0D0D0. Windows color (decimal): -4194800 or 1113791. OLE color: 1113791.

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

Color convert

RGB 191 254 16 -
CMYK 0.25 0 0.94 0.00
HSL 75.88º 0.99% 0.53% -
HSV(B) 75.88º 0.94% 1% -
XYZ 57.02 82 13.31 -
YUV 208.03 19.63 115.85 -
System Red Green Blue C M Y K H S L
Decimal 191 254 16 0.25 0 0.94 0.00 75.88 0.99 0.53
Hex BF FE 10 19 0 5E 0 4C 63 35
Octal 277 376 20 31 0 136 0 114 143 65
Binary 10111111 11111110 10000 11001 0 1011110 0 1001100 1100011 110101

Color Harmonies of #BFFE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFE10

Black with #BFFE10

Text Example


Text Example

White with #BFFE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFE10; }

 p { color: rgb(191,254,16); }

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

background-color css

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

 a { background-color: rgb(191,254,16); }

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

border-color css

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

 span { border-color: rgb(191,254,16); }

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