Html Css Color HEX #BAFA08 Electric Lime

📋 copy color: '#BAFA08'

red 186 ◦ green 250 ◦ blue 8

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

Shades of Electric Lime #BAFA08

Tints of Electric Lime #BAFA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.8%

R = 41.89%
G = 56.31%
B = 1.8%

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

#BAFA08 (or 0xBAFA08) is known color: Electric Lime. HEX triplet: BA, FA and 08. RGB value is (186,250,8). Sum of RGB (Red+Green+Blue) = 186+250+8=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 250 (98.05% from 255 or 56.31% from 444); Blue value is 8 (3.52% from 255 or 1.80% from 444); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFA08 is #4505F7. Grayscale: #CCCCCC. Windows color (decimal): -4523512 or 588474. OLE color: 588474.

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

Color convert

RGB 186 250 8 -
CMYK 0.26 0 0.97 0.02
HSL 75.87º 0.96% 0.51% -
HSV(B) 75.87º 0.97% 0.98% -
XYZ 54.48 78.83 12.57 -
YUV 203.28 17.8 115.68 -
System Red Green Blue C M Y K H S L
Decimal 186 250 8 0.26 0 0.97 0.02 75.87 0.96 0.51
Hex BA FA 8 1A 0 61 2 4C 60 33
Octal 272 372 10 32 0 141 2 114 140 63
Binary 10111010 11111010 1000 11010 0 1100001 10 1001100 1100000 110011

Color Harmonies of #BAFA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA08

Black with #BAFA08

Text Example


Text Example

White with #BAFA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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