Html Css Color HEX #BAFE08 Electric Lime

📋 copy color: '#BAFE08'

red 186 ◦ green 254 ◦ blue 8

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

Shades of Electric Lime #BAFE08

Tints of Electric Lime #BAFE08

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.7%

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

R = 41.52%
G = 56.7%
B = 1.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#BAFE08 (or 0xBAFE08) is known color: Electric Lime. HEX triplet: BA, FE and 08. RGB value is (186,254,8). Sum of RGB (Red+Green+Blue) = 186+254+8=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 254 (99.61% from 255 or 56.70% from 448); Blue value is 8 (3.52% from 255 or 1.79% from 448); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFE08 is #4501F7. Grayscale: #CECECE. Windows color (decimal): -4522488 or 589498. OLE color: 589498.

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

Color convert

RGB 186 254 8 -
CMYK 0.27 0 0.97 0.00
HSL 76.59º 0.99% 0.51% -
HSV(B) 76.59º 0.97% 1% -
XYZ 55.74 81.34 12.99 -
YUV 205.62 16.47 114 -
System Red Green Blue C M Y K H S L
Decimal 186 254 8 0.27 0 0.97 0.00 76.59 0.99 0.51
Hex BA FE 8 1B 0 61 0 4D 63 33
Octal 272 376 10 33 0 141 0 115 143 63
Binary 10111010 11111110 1000 11011 0 1100001 0 1001101 1100011 110011

Color Harmonies of #BAFE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFE08

Black with #BAFE08

Text Example


Text Example

White with #BAFE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFE08; }

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

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

background-color css

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

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

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

border-color css

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

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

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