Html Css Color HEX #BAFA03 Electric Lime

📋 copy color: '#BAFA03'

red 186 ◦ green 250 ◦ blue 3

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

Shades of Electric Lime #BAFA03

Tints of Electric Lime #BAFA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 42.37%
G = 56.95%
B = 0.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#BAFA03 (or 0xBAFA03) is known color: Electric Lime. HEX triplet: BA, FA and 03. RGB value is (186,250,3). Sum of RGB (Red+Green+Blue) = 186+250+3=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 250 (98.05% from 255 or 56.95% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFA03 is #4505FC. Grayscale: #CBCBCB. Windows color (decimal): -4523517 or 260794. OLE color: 260794.

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

Color convert

RGB 186 250 3 -
CMYK 0.26 0 0.99 0.02
HSL 75.55º 0.98% 0.5% -
HSV(B) 75.55º 0.99% 0.98% -
XYZ 54.45 78.82 12.43 -
YUV 202.71 15.3 116.08 -
System Red Green Blue C M Y K H S L
Decimal 186 250 3 0.26 0 0.99 0.02 75.55 0.98 0.5
Hex BA FA 3 1A 0 63 2 4C 62 32
Octal 272 372 3 32 0 143 2 114 142 62
Binary 10111010 11111010 11 11010 0 1100011 10 1001100 1100010 110010

Color Harmonies of #BAFA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA03

Black with #BAFA03

Text Example


Text Example

White with #BAFA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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