Html Css Color HEX #BAF600 Electric Lime

📋 copy color: '#BAF600'

red 186 ◦ green 246 ◦ blue 0

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

Shades of Electric Lime #BAF600

Tints of Electric Lime #BAF600

RGB

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

 GREEN value IS 246 (96.48% from 255) = 56.94%

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

R = 43.06%
G = 56.94%
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

#BAF600 (or 0xBAF600) is known color: Electric Lime. HEX triplet: BA, F6 and 00. RGB value is (186,246,0). Sum of RGB (Red+Green+Blue) = 186+246+0=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 246 (96.48% from 255 or 56.94% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF600 is #4509FF. Grayscale: #C8C8C8. Windows color (decimal): -4524544 or 63162. OLE color: 63162.

HSL color Cylindrical-coordinate representation of color #BAF600: hue angle of 74.63º 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 #BAF600 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 0 -
CMYK 0.24 0 1 0.04
HSL 74.63º 1% 0.48% -
HSV(B) 74.63º 1% 0.96% -
XYZ 53.21 76.35 11.93 -
YUV 200.02 15.12 118 -
System Red Green Blue C M Y K H S L
Decimal 186 246 0 0.24 0 1 0.04 74.63 1 0.48
Hex BA F6 0 18 0 64 4 4B 64 30
Octal 272 366 0 30 0 144 4 113 144 60
Binary 10111010 11110110 0 11000 0 1100100 100 1001011 1100100 110000

Color Harmonies of #BAF600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF600

Black with #BAF600

Text Example


Text Example

White with #BAF600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF600; }

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

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

background-color css

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

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

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

border-color css

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

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

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