Html Css Color HEX #BAFA01 Electric Lime

📋 copy color: '#BAFA01'

red 186 ◦ green 250 ◦ blue 1

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

Shades of Electric Lime #BAFA01

Tints of Electric Lime #BAFA01

RGB

 RED value IS 186 (73.05% from 255) = 42.56%

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 42.56%
G = 57.21%
B = 0.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#BAFA01 (or 0xBAFA01) is known color: Electric Lime. HEX triplet: BA, FA and 01. RGB value is (186,250,1). Sum of RGB (Red+Green+Blue) = 186+250+1=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 250 (98.05% from 255 or 57.21% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFA01 is #4505FE. Grayscale: #CBCBCB. Windows color (decimal): -4523519 or 129722. OLE color: 129722.

HSL color Cylindrical-coordinate representation of color #BAFA01: hue angle of 75.42º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAFA01 is Cyan = 0.26, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 250 1 -
CMYK 0.26 0 1.00 0.02
HSL 75.42º 0.99% 0.49% -
HSV(B) 75.42º 1% 0.98% -
XYZ 54.44 78.81 12.37 -
YUV 202.48 14.3 116.25 -
System Red Green Blue C M Y K H S L
Decimal 186 250 1 0.26 0 1.00 0.02 75.42 0.99 0.49
Hex BA FA 1 1A 0 64 2 4B 63 31
Octal 272 372 1 32 0 144 2 113 143 61
Binary 10111010 11111010 1 11010 0 1100100 10 1001011 1100011 110001

Color Harmonies of #BAFA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA01

Black with #BAFA01

Text Example


Text Example

White with #BAFA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA01; }

 p { color: rgb(186,250,1); }

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

background-color css

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

 a { background-color: rgb(186,250,1); }

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

border-color css

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

 span { border-color: rgb(186,250,1); }

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