Html Css Color HEX #BAFA07 Electric Lime

📋 copy color: '#BAFA07'

red 186 ◦ green 250 ◦ blue 7

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

Shades of Electric Lime #BAFA07

Tints of Electric Lime #BAFA07

RGB

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

 GREEN value IS 250 (98.05% from 255) = 56.43%

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

R = 41.99%
G = 56.43%
B = 1.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#BAFA07 (or 0xBAFA07) is known color: Electric Lime. HEX triplet: BA, FA and 07. RGB value is (186,250,7). Sum of RGB (Red+Green+Blue) = 186+250+7=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 250 (98.05% from 255 or 56.43% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFA07 is #4505F8. Grayscale: #CCCCCC. Windows color (decimal): -4523513 or 522938. OLE color: 522938.

HSL color Cylindrical-coordinate representation of color #BAFA07: hue angle of 75.8º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAFA07 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 250 7 -
CMYK 0.26 0 0.97 0.02
HSL 75.8º 0.96% 0.5% -
HSV(B) 75.8º 0.97% 0.98% -
XYZ 54.47 78.83 12.54 -
YUV 203.16 17.3 115.76 -
System Red Green Blue C M Y K H S L
Decimal 186 250 7 0.26 0 0.97 0.02 75.8 0.96 0.5
Hex BA FA 7 1A 0 61 2 4C 60 32
Octal 272 372 7 32 0 141 2 114 140 62
Binary 10111010 11111010 111 11010 0 1100001 10 1001100 1100000 110010

Color Harmonies of #BAFA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA07

Black with #BAFA07

Text Example


Text Example

White with #BAFA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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