Html Css Color HEX #BAFC08 Electric Lime

📋 copy color: '#BAFC08'

red 186 ◦ green 252 ◦ blue 8

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

Shades of Electric Lime #BAFC08

Tints of Electric Lime #BAFC08

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56.5%

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

R = 41.7%
G = 56.5%
B = 1.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#BAFC08 (or 0xBAFC08) is known color: Electric Lime. HEX triplet: BA, FC and 08. RGB value is (186,252,8). Sum of RGB (Red+Green+Blue) = 186+252+8=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 252 (98.83% from 255 or 56.50% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFC08 is #4503F7. Grayscale: #CDCDCD. Windows color (decimal): -4523000 or 588986. OLE color: 588986.

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

Color convert

RGB 186 252 8 -
CMYK 0.26 0 0.97 0.01
HSL 76.23º 0.98% 0.51% -
HSV(B) 76.23º 0.97% 0.99% -
XYZ 55.1 80.08 12.78 -
YUV 204.45 17.13 114.84 -
System Red Green Blue C M Y K H S L
Decimal 186 252 8 0.26 0 0.97 0.01 76.23 0.98 0.51
Hex BA FC 8 1A 0 61 1 4C 62 33
Octal 272 374 10 32 0 141 1 114 142 63
Binary 10111010 11111100 1000 11010 0 1100001 1 1001100 1100010 110011

Color Harmonies of #BAFC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFC08

Black with #BAFC08

Text Example


Text Example

White with #BAFC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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