Html Css Color HEX #BFFF12 Electric Lime

📋 copy color: '#BFFF12'

red 191 ◦ green 255 ◦ blue 18

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

Shades of Electric Lime #BFFF12

Tints of Electric Lime #BFFF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.88%

R = 41.16%
G = 54.96%
B = 3.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#BFFF12 (or 0xBFFF12) is known color: Electric Lime. HEX triplet: BF, FF and 12. RGB value is (191,255,18). Sum of RGB (Red+Green+Blue) = 191+255+18=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF12 is #4000ED. Grayscale: #D1D1D1. Windows color (decimal): -4194542 or 1245119. OLE color: 1245119.

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

Color convert

RGB 191 255 18 -
CMYK 0.25 0 0.93 0
HSL 76.2º 1% 0.54% -
HSV(B) 76.2º 0.93% 1% -
XYZ 57.36 82.64 13.5 -
YUV 208.85 20.3 115.27 -
System Red Green Blue C M Y K H S L
Decimal 191 255 18 0.25 0 0.93 0 76.2 1 0.54
Hex BF FF 12 19 0 5D 0 4C 64 36
Octal 277 377 22 31 0 135 0 114 144 66
Binary 10111111 11111111 10010 11001 0 1011101 0 1001100 1100100 110110

Color Harmonies of #BFFF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFF12

Black with #BFFF12

Text Example


Text Example

White with #BFFF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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