Html Css Color HEX #BFFD13 Electric Lime

📋 copy color: '#BFFD13'

red 191 ◦ green 253 ◦ blue 19

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

Shades of Electric Lime #BFFD13

Tints of Electric Lime #BFFD13

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.64%

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

R = 41.25%
G = 54.64%
B = 4.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#BFFD13 (or 0xBFFD13) is known color: Electric Lime. HEX triplet: BF, FD and 13. RGB value is (191,253,19). Sum of RGB (Red+Green+Blue) = 191+253+19=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 253 (99.22% from 255 or 54.64% from 463); Blue value is 19 (7.81% from 255 or 4.10% from 463); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFD13 is #4002EC. Grayscale: #D0D0D0. Windows color (decimal): -4195053 or 1310143. OLE color: 1310143.

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

Color convert

RGB 191 253 19 -
CMYK 0.25 0 0.92 0.01
HSL 75.9º 0.98% 0.53% -
HSV(B) 75.9º 0.92% 0.99% -
XYZ 56.73 81.37 13.33 -
YUV 207.79 21.46 116.03 -
System Red Green Blue C M Y K H S L
Decimal 191 253 19 0.25 0 0.92 0.01 75.9 0.98 0.53
Hex BF FD 13 19 0 5C 1 4C 62 35
Octal 277 375 23 31 0 134 1 114 142 65
Binary 10111111 11111101 10011 11001 0 1011100 1 1001100 1100010 110101

Color Harmonies of #BFFD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFD13

Black with #BFFD13

Text Example


Text Example

White with #BFFD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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