Html Css Color HEX #BFFC15 Electric Lime

📋 copy color: '#BFFC15'

red 191 ◦ green 252 ◦ blue 21

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

Shades of Electric Lime #BFFC15

Tints of Electric Lime #BFFC15

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.31%

 BLUE value IS 21 (8.59% from 255) = 4.53%

R = 41.16%
G = 54.31%
B = 4.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#BFFC15 (or 0xBFFC15) is known color: Electric Lime. HEX triplet: BF, FC and 15. RGB value is (191,252,21). Sum of RGB (Red+Green+Blue) = 191+252+21=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 252 (98.83% from 255 or 54.31% from 464); Blue value is 21 (8.59% from 255 or 4.53% from 464); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFC15 is #4003EA. Grayscale: #D0D0D0. Windows color (decimal): -4195307 or 1440959. OLE color: 1440959.

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

Color convert

RGB 191 252 21 -
CMYK 0.24 0 0.92 0.01
HSL 75.84º 0.97% 0.54% -
HSV(B) 75.84º 0.92% 0.99% -
XYZ 56.43 80.75 13.32 -
YUV 207.43 22.79 116.28 -
System Red Green Blue C M Y K H S L
Decimal 191 252 21 0.24 0 0.92 0.01 75.84 0.97 0.54
Hex BF FC 15 18 0 5C 1 4C 61 36
Octal 277 374 25 30 0 134 1 114 141 66
Binary 10111111 11111100 10101 11000 0 1011100 1 1001100 1100001 110110

Color Harmonies of #BFFC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFC15

Black with #BFFC15

Text Example


Text Example

White with #BFFC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFC15; }

 p { color: rgb(191,252,21); }

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

background-color css

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

 a { background-color: rgb(191,252,21); }

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

border-color css

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

 span { border-color: rgb(191,252,21); }

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