Html Css Color HEX #BFFE0C Electric Lime

📋 copy color: '#BFFE0C'

red 191 ◦ green 254 ◦ blue 12

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

Shades of Electric Lime #BFFE0C

Tints of Electric Lime #BFFE0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.63%

R = 41.79%
G = 55.58%
B = 2.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#BFFE0C (or 0xBFFE0C) is known color: Electric Lime. HEX triplet: BF, FE and 0C. RGB value is (191,254,12). Sum of RGB (Red+Green+Blue) = 191+254+12=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 254 (99.61% from 255 or 55.58% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFE0C is #4001F3. Grayscale: #D0D0D0. Windows color (decimal): -4194804 or 851647. OLE color: 851647.

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

Color convert

RGB 191 254 12 -
CMYK 0.25 0 0.95 0.00
HSL 75.62º 0.99% 0.52% -
HSV(B) 75.62º 0.95% 1% -
XYZ 56.99 81.99 13.17 -
YUV 207.58 17.63 116.18 -
System Red Green Blue C M Y K H S L
Decimal 191 254 12 0.25 0 0.95 0.00 75.62 0.99 0.52
Hex BF FE C 19 0 5F 0 4C 63 34
Octal 277 376 14 31 0 137 0 114 143 64
Binary 10111111 11111110 1100 11001 0 1011111 0 1001100 1100011 110100

Color Harmonies of #BFFE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFE0C

Black with #BFFE0C

Text Example


Text Example

White with #BFFE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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