Html Css Color HEX #BAFF05 Electric Lime

📋 copy color: '#BAFF05'

red 186 ◦ green 255 ◦ blue 5

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

Shades of Electric Lime #BAFF05

Tints of Electric Lime #BAFF05

RGB

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

 GREEN value IS 255 (100% from 255) = 57.17%

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 41.7%
G = 57.17%
B = 1.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#BAFF05 (or 0xBAFF05) is known color: Electric Lime. HEX triplet: BA, FF and 05. RGB value is (186,255,5). Sum of RGB (Red+Green+Blue) = 186+255+5=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 5 (2.34% from 255 or 1.12% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF05 is #4500FA. Grayscale: #CECECE. Windows color (decimal): -4522235 or 393146. OLE color: 393146.

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

Color convert

RGB 186 255 5 -
CMYK 0.27 0 0.98 0
HSL 76.56º 1% 0.51% -
HSV(B) 76.56º 0.98% 1% -
XYZ 56.04 81.97 13.01 -
YUV 205.87 14.64 113.83 -
System Red Green Blue C M Y K H S L
Decimal 186 255 5 0.27 0 0.98 0 76.56 1 0.51
Hex BA FF 5 1B 0 62 0 4D 64 33
Octal 272 377 5 33 0 142 0 115 144 63
Binary 10111010 11111111 101 11011 0 1100010 0 1001101 1100100 110011

Color Harmonies of #BAFF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFF05

Black with #BAFF05

Text Example


Text Example

White with #BAFF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFF05; }

 p { color: rgb(186,255,5); }

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

background-color css

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

 a { background-color: rgb(186,255,5); }

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

border-color css

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

 span { border-color: rgb(186,255,5); }

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