Html Css Color HEX #BAF407 Electric Lime

📋 copy color: '#BAF407'

red 186 ◦ green 244 ◦ blue 7

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

Shades of Electric Lime #BAF407

Tints of Electric Lime #BAF407

RGB

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

 GREEN value IS 244 (95.7% from 255) = 55.84%

 BLUE value IS 7 (3.13% from 255) = 1.6%

R = 42.56%
G = 55.84%
B = 1.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#BAF407 (or 0xBAF407) is known color: Electric Lime. HEX triplet: BA, F4 and 07. RGB value is (186,244,7). Sum of RGB (Red+Green+Blue) = 186+244+7=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 244 (95.70% from 255 or 55.84% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF407 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF407 is #450BF8. Grayscale: #C8C8C8. Windows color (decimal): -4525049 or 521402. OLE color: 521402.

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

Color convert

RGB 186 244 7 -
CMYK 0.24 0 0.97 0.04
HSL 74.68º 0.94% 0.49% -
HSV(B) 74.68º 0.97% 0.96% -
XYZ 52.64 75.16 11.93 -
YUV 199.64 19.28 118.27 -
System Red Green Blue C M Y K H S L
Decimal 186 244 7 0.24 0 0.97 0.04 74.68 0.94 0.49
Hex BA F4 7 18 0 61 4 4B 5E 31
Octal 272 364 7 30 0 141 4 113 136 61
Binary 10111010 11110100 111 11000 0 1100001 100 1001011 1011110 110001

Color Harmonies of #BAF407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF407

Black with #BAF407

Text Example


Text Example

White with #BAF407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF407; }

 p { color: rgb(186,244,7); }

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

background-color css

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

 a { background-color: rgb(186,244,7); }

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

border-color css

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

 span { border-color: rgb(186,244,7); }

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