Html Css Color HEX #BFF50E Electric Lime

📋 copy color: '#BFF50E'

red 191 ◦ green 245 ◦ blue 14

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

Shades of Electric Lime #BFF50E

Tints of Electric Lime #BFF50E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 54.44%

 BLUE value IS 14 (5.86% from 255) = 3.11%

R = 42.44%
G = 54.44%
B = 3.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#BFF50E (or 0xBFF50E) is known color: Electric Lime. HEX triplet: BF, F5 and 0E. RGB value is (191,245,14). Sum of RGB (Red+Green+Blue) = 191+245+14=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 245 (96.09% from 255 or 54.44% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF50E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF50E is #400AF1. Grayscale: #CBCBCB. Windows color (decimal): -4197106 or 980415. OLE color: 980415.

HSL color Cylindrical-coordinate representation of color #BFF50E: hue angle of 74.03º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFF50E is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 245 14 -
CMYK 0.22 0 0.94 0.04
HSL 74.03º 0.92% 0.51% -
HSV(B) 74.03º 0.94% 0.96% -
XYZ 54.22 76.41 12.31 -
YUV 202.52 21.61 119.78 -
System Red Green Blue C M Y K H S L
Decimal 191 245 14 0.22 0 0.94 0.04 74.03 0.92 0.51
Hex BF F5 E 16 0 5E 4 4A 5C 33
Octal 277 365 16 26 0 136 4 112 134 63
Binary 10111111 11110101 1110 10110 0 1011110 100 1001010 1011100 110011

Color Harmonies of #BFF50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF50E

Black with #BFF50E

Text Example


Text Example

White with #BFF50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF50E; }

 p { color: rgb(191,245,14); }

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

background-color css

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

 a { background-color: rgb(191,245,14); }

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

border-color css

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

 span { border-color: rgb(191,245,14); }

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