Html Css Color HEX #BFFF0C Electric Lime

📋 copy color: '#BFFF0C'

red 191 ◦ green 255 ◦ blue 12

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

Shades of Electric Lime #BFFF0C

Tints of Electric Lime #BFFF0C

RGB

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

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

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

R = 41.7%
G = 55.68%
B = 2.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#BFFF0C (or 0xBFFF0C) is known color: Electric Lime. HEX triplet: BF, FF and 0C. RGB value is (191,255,12). Sum of RGB (Red+Green+Blue) = 191+255+12=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 12 (5.08% from 255 or 2.62% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF0C is #4000F3. Grayscale: #D1D1D1. Windows color (decimal): -4194548 or 851903. OLE color: 851903.

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

Color convert

RGB 191 255 12 -
CMYK 0.25 0 0.95 0
HSL 75.8º 1% 0.52% -
HSV(B) 75.8º 0.95% 1% -
XYZ 57.31 82.62 13.27 -
YUV 208.16 17.3 115.76 -
System Red Green Blue C M Y K H S L
Decimal 191 255 12 0.25 0 0.95 0 75.8 1 0.52
Hex BF FF C 19 0 5F 0 4C 64 34
Octal 277 377 14 31 0 137 0 114 144 64
Binary 10111111 11111111 1100 11001 0 1011111 0 1001100 1100100 110100

Color Harmonies of #BFFF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFF0C

Black with #BFFF0C

Text Example


Text Example

White with #BFFF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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