Html Css Color HEX #BAFA09 Electric Lime

📋 copy color: '#BAFA09'

red 186 ◦ green 250 ◦ blue 9

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

Shades of Electric Lime #BAFA09

Tints of Electric Lime #BAFA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.02%

R = 41.8%
G = 56.18%
B = 2.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#BAFA09 (or 0xBAFA09) is known color: Electric Lime. HEX triplet: BA, FA and 09. RGB value is (186,250,9). Sum of RGB (Red+Green+Blue) = 186+250+9=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 250 (98.05% from 255 or 56.18% from 445); Blue value is 9 (3.91% from 255 or 2.02% from 445); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFA09 is #4505F6. Grayscale: #CCCCCC. Windows color (decimal): -4523511 or 654010. OLE color: 654010.

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

Color convert

RGB 186 250 9 -
CMYK 0.26 0 0.96 0.02
HSL 75.93º 0.96% 0.51% -
HSV(B) 75.93º 0.96% 0.98% -
XYZ 54.48 78.83 12.6 -
YUV 203.39 18.3 115.6 -
System Red Green Blue C M Y K H S L
Decimal 186 250 9 0.26 0 0.96 0.02 75.93 0.96 0.51
Hex BA FA 9 1A 0 60 2 4C 60 33
Octal 272 372 11 32 0 140 2 114 140 63
Binary 10111010 11111010 1001 11010 0 1100000 10 1001100 1100000 110011

Color Harmonies of #BAFA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA09

Black with #BAFA09

Text Example


Text Example

White with #BAFA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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