Html Css Color HEX #BFFE13 Electric Lime

📋 copy color: '#BFFE13'

red 191 ◦ green 254 ◦ blue 19

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

Shades of Electric Lime #BFFE13

Tints of Electric Lime #BFFE13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.09%

R = 41.16%
G = 54.74%
B = 4.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#BFFE13 (or 0xBFFE13) is known color: Electric Lime. HEX triplet: BF, FE and 13. RGB value is (191,254,19). Sum of RGB (Red+Green+Blue) = 191+254+19=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 19 (7.81% from 255 or 4.09% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFE13 is #4001EC. Grayscale: #D1D1D1. Windows color (decimal): -4194797 or 1310399. OLE color: 1310399.

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

Color convert

RGB 191 254 19 -
CMYK 0.25 0 0.93 0.00
HSL 76.09º 0.99% 0.54% -
HSV(B) 76.09º 0.93% 1% -
XYZ 57.05 82.01 13.44 -
YUV 208.37 21.13 115.61 -
System Red Green Blue C M Y K H S L
Decimal 191 254 19 0.25 0 0.93 0.00 76.09 0.99 0.54
Hex BF FE 13 19 0 5D 0 4C 63 36
Octal 277 376 23 31 0 135 0 114 143 66
Binary 10111111 11111110 10011 11001 0 1011101 0 1001100 1100011 110110

Color Harmonies of #BFFE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFE13

Black with #BFFE13

Text Example


Text Example

White with #BFFE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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