Html Css Color HEX #BAF601 Electric Lime

📋 copy color: '#BAF601'

red 186 ◦ green 246 ◦ blue 1

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

Shades of Electric Lime #BAF601

Tints of Electric Lime #BAF601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 42.96%
G = 56.81%
B = 0.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#BAF601 (or 0xBAF601) is known color: Electric Lime. HEX triplet: BA, F6 and 01. RGB value is (186,246,1). Sum of RGB (Red+Green+Blue) = 186+246+1=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 246 (96.48% from 255 or 56.81% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF601 is #4509FE. Grayscale: #C9C9C9. Windows color (decimal): -4524543 or 128698. OLE color: 128698.

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

Color convert

RGB 186 246 1 -
CMYK 0.24 0 1.00 0.04
HSL 74.69º 0.99% 0.48% -
HSV(B) 74.69º 1% 0.96% -
XYZ 53.21 76.35 11.96 -
YUV 200.13 15.62 117.92 -
System Red Green Blue C M Y K H S L
Decimal 186 246 1 0.24 0 1.00 0.04 74.69 0.99 0.48
Hex BA F6 1 18 0 64 4 4B 63 30
Octal 272 366 1 30 0 144 4 113 143 60
Binary 10111010 11110110 1 11000 0 1100100 100 1001011 1100011 110000

Color Harmonies of #BAF601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF601

Black with #BAF601

Text Example


Text Example

White with #BAF601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF601; }

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

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

background-color css

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

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

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

border-color css

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

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

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