Html Css Color HEX #BAF701 Electric Lime

📋 copy color: '#BAF701'

red 186 ◦ green 247 ◦ blue 1

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

Shades of Electric Lime #BAF701

Tints of Electric Lime #BAF701

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.91%

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

R = 42.86%
G = 56.91%
B = 0.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#BAF701 (or 0xBAF701) is known color: Electric Lime. HEX triplet: BA, F7 and 01. RGB value is (186,247,1). Sum of RGB (Red+Green+Blue) = 186+247+1=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 247 (96.88% from 255 or 56.91% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF701 is #4508FE. Grayscale: #C9C9C9. Windows color (decimal): -4524287 or 128954. OLE color: 128954.

HSL color Cylindrical-coordinate representation of color #BAF701: hue angle of 74.88º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAF701 is Cyan = 0.25, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 247 1 -
CMYK 0.25 0 1.00 0.03
HSL 74.88º 0.99% 0.49% -
HSV(B) 74.88º 1% 0.97% -
XYZ 53.52 76.96 12.06 -
YUV 200.72 15.29 117.5 -
System Red Green Blue C M Y K H S L
Decimal 186 247 1 0.25 0 1.00 0.03 74.88 0.99 0.49
Hex BA F7 1 19 0 64 3 4B 63 31
Octal 272 367 1 31 0 144 3 113 143 61
Binary 10111010 11110111 1 11001 0 1100100 11 1001011 1100011 110001

Color Harmonies of #BAF701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF701

Black with #BAF701

Text Example


Text Example

White with #BAF701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF701; }

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

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

background-color css

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

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

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

border-color css

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

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

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