Html Css Color HEX #BFFF10 Electric Lime

📋 copy color: '#BFFF10'

red 191 ◦ green 255 ◦ blue 16

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

Shades of Electric Lime #BFFF10

Tints of Electric Lime #BFFF10

RGB

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

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

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

R = 41.34%
G = 55.19%
B = 3.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#BFFF10 (or 0xBFFF10) is known color: Electric Lime. HEX triplet: BF, FF and 10. RGB value is (191,255,16). Sum of RGB (Red+Green+Blue) = 191+255+16=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 16 (6.64% from 255 or 3.46% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF10 is #4000EF. Grayscale: #D1D1D1. Windows color (decimal): -4194544 or 1114047. OLE color: 1114047.

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

Color convert

RGB 191 255 16 -
CMYK 0.25 0 0.94 0
HSL 76.07º 1% 0.53% -
HSV(B) 76.07º 0.94% 1% -
XYZ 57.34 82.63 13.42 -
YUV 208.62 19.3 115.43 -
System Red Green Blue C M Y K H S L
Decimal 191 255 16 0.25 0 0.94 0 76.07 1 0.53
Hex BF FF 10 19 0 5E 0 4C 64 35
Octal 277 377 20 31 0 136 0 114 144 65
Binary 10111111 11111111 10000 11001 0 1011110 0 1001100 1100100 110101

Color Harmonies of #BFFF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFF10

Black with #BFFF10

Text Example


Text Example

White with #BFFF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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