Html Css Color HEX #BAFF09 Electric Lime

📋 copy color: '#BAFF09'

red 186 ◦ green 255 ◦ blue 9

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

Shades of Electric Lime #BAFF09

Tints of Electric Lime #BAFF09

RGB

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

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

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

R = 41.33%
G = 56.67%
B = 2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#BAFF09 (or 0xBAFF09) is known color: Electric Lime. HEX triplet: BA, FF and 09. RGB value is (186,255,9). Sum of RGB (Red+Green+Blue) = 186+255+9=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 9 (3.91% from 255 or 2% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF09 is #4500F6. Grayscale: #CFCFCF. Windows color (decimal): -4522231 or 655290. OLE color: 655290.

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

Color convert

RGB 186 255 9 -
CMYK 0.27 0 0.96 0
HSL 76.83º 1% 0.52% -
HSV(B) 76.83º 0.96% 1% -
XYZ 56.06 81.98 13.13 -
YUV 206.33 16.64 113.5 -
System Red Green Blue C M Y K H S L
Decimal 186 255 9 0.27 0 0.96 0 76.83 1 0.52
Hex BA FF 9 1B 0 60 0 4D 64 34
Octal 272 377 11 33 0 140 0 115 144 64
Binary 10111010 11111111 1001 11011 0 1100000 0 1001101 1100100 110100

Color Harmonies of #BAFF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFF09

Black with #BAFF09

Text Example


Text Example

White with #BAFF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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