Html Css Color HEX #BFFF14 Electric Lime

📋 copy color: '#BFFF14'

red 191 ◦ green 255 ◦ blue 20

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

Shades of Electric Lime #BFFF14

Tints of Electric Lime #BFFF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.29%

R = 40.99%
G = 54.72%
B = 4.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#BFFF14 (or 0xBFFF14) is known color: Electric Lime. HEX triplet: BF, FF and 14. RGB value is (191,255,20). Sum of RGB (Red+Green+Blue) = 191+255+20=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF14 is #4000EB. Grayscale: #D1D1D1. Windows color (decimal): -4194540 or 1376191. OLE color: 1376191.

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

Color convert

RGB 191 255 20 -
CMYK 0.25 0 0.92 0
HSL 76.34º 1% 0.54% -
HSV(B) 76.34º 0.92% 1% -
XYZ 57.37 82.65 13.59 -
YUV 209.07 21.3 115.11 -
System Red Green Blue C M Y K H S L
Decimal 191 255 20 0.25 0 0.92 0 76.34 1 0.54
Hex BF FF 14 19 0 5C 0 4C 64 36
Octal 277 377 24 31 0 134 0 114 144 66
Binary 10111111 11111111 10100 11001 0 1011100 0 1001100 1100100 110110

Color Harmonies of #BFFF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFF14

Black with #BFFF14

Text Example


Text Example

White with #BFFF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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