Html Css Color HEX #BAF500 Electric Lime

📋 copy color: '#BAF500'

red 186 ◦ green 245 ◦ blue 0

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

Shades of Electric Lime #BAF500

Tints of Electric Lime #BAF500

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.16%
G = 56.84%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#BAF500 (or 0xBAF500) is known color: Electric Lime. HEX triplet: BA, F5 and 00. RGB value is (186,245,0). Sum of RGB (Red+Green+Blue) = 186+245+0=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 245 (96.09% from 255 or 56.84% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF500 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF500 is #450AFF. Grayscale: #C8C8C8. Windows color (decimal): -4524800 or 62906. OLE color: 62906.

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

Color convert

RGB 186 245 0 -
CMYK 0.24 0 1 0.04
HSL 74.45º 1% 0.48% -
HSV(B) 74.45º 1% 0.96% -
XYZ 52.9 75.74 11.83 -
YUV 199.43 15.45 118.42 -
System Red Green Blue C M Y K H S L
Decimal 186 245 0 0.24 0 1 0.04 74.45 1 0.48
Hex BA F5 0 18 0 64 4 4A 64 30
Octal 272 365 0 30 0 144 4 112 144 60
Binary 10111010 11110101 0 11000 0 1100100 100 1001010 1100100 110000

Color Harmonies of #BAF500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF500

Black with #BAF500

Text Example


Text Example

White with #BAF500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF500; }

 p { color: rgb(186,245,0); }

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

background-color css

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

 a { background-color: rgb(186,245,0); }

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

border-color css

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

 span { border-color: rgb(186,245,0); }

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