Html Css Color HEX #BAFE09 Electric Lime

📋 copy color: '#BAFE09'

red 186 ◦ green 254 ◦ blue 9

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

Shades of Electric Lime #BAFE09

Tints of Electric Lime #BAFE09

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.57%

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

R = 41.43%
G = 56.57%
B = 2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#BAFE09 (or 0xBAFE09) is known color: Electric Lime. HEX triplet: BA, FE and 09. RGB value is (186,254,9). Sum of RGB (Red+Green+Blue) = 186+254+9=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 254 (99.61% from 255 or 56.57% from 449); Blue value is 9 (3.91% from 255 or 2.00% from 449); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFE09 is #4501F6. Grayscale: #CECECE. Windows color (decimal): -4522487 or 655034. OLE color: 655034.

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

Color convert

RGB 186 254 9 -
CMYK 0.27 0 0.96 0.00
HSL 76.65º 0.99% 0.52% -
HSV(B) 76.65º 0.96% 1% -
XYZ 55.74 81.34 13.02 -
YUV 205.74 16.97 113.92 -
System Red Green Blue C M Y K H S L
Decimal 186 254 9 0.27 0 0.96 0.00 76.65 0.99 0.52
Hex BA FE 9 1B 0 60 0 4D 63 34
Octal 272 376 11 33 0 140 0 115 143 64
Binary 10111010 11111110 1001 11011 0 1100000 0 1001101 1100011 110100

Color Harmonies of #BAFE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFE09

Black with #BAFE09

Text Example


Text Example

White with #BAFE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFE09; }

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

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

background-color css

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

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

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

border-color css

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

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

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