Html Css Color HEX #BFFA0C Electric Lime

📋 copy color: '#BFFA0C'

red 191 ◦ green 250 ◦ blue 12

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

Shades of Electric Lime #BFFA0C

Tints of Electric Lime #BFFA0C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.19%

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

R = 42.16%
G = 55.19%
B = 2.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#BFFA0C (or 0xBFFA0C) is known color: Electric Lime. HEX triplet: BF, FA and 0C. RGB value is (191,250,12). Sum of RGB (Red+Green+Blue) = 191+250+12=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 250 (98.05% from 255 or 55.19% from 453); Blue value is 12 (5.08% from 255 or 2.65% from 453); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFA0C is #4005F3. Grayscale: #CECECE. Windows color (decimal): -4195828 or 850623. OLE color: 850623.

HSL color Cylindrical-coordinate representation of color #BFFA0C: hue angle of 74.87º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFFA0C is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 250 12 -
CMYK 0.24 0 0.95 0.02
HSL 74.87º 0.96% 0.51% -
HSV(B) 74.87º 0.95% 0.98% -
XYZ 55.74 79.47 12.75 -
YUV 205.23 18.95 117.85 -
System Red Green Blue C M Y K H S L
Decimal 191 250 12 0.24 0 0.95 0.02 74.87 0.96 0.51
Hex BF FA C 18 0 5F 2 4B 60 33
Octal 277 372 14 30 0 137 2 113 140 63
Binary 10111111 11111010 1100 11000 0 1011111 10 1001011 1100000 110011

Color Harmonies of #BFFA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFA0C

Black with #BFFA0C

Text Example


Text Example

White with #BFFA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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