Html Css Color HEX #BAFF06 Electric Lime

📋 copy color: '#BAFF06'

red 186 ◦ green 255 ◦ blue 6

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

Shades of Electric Lime #BAFF06

Tints of Electric Lime #BAFF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.34%

R = 41.61%
G = 57.05%
B = 1.34%

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

#BAFF06 (or 0xBAFF06) is known color: Electric Lime. HEX triplet: BA, FF and 06. RGB value is (186,255,6). Sum of RGB (Red+Green+Blue) = 186+255+6=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 6 (2.73% from 255 or 1.34% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF06 is #4500F9. Grayscale: #CECECE. Windows color (decimal): -4522234 or 458682. OLE color: 458682.

HSL color Cylindrical-coordinate representation of color #BAFF06: hue angle of 76.63º 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 #BAFF06 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

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

Color Harmonies of #BAFF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFF06

Black with #BAFF06

Text Example


Text Example

White with #BAFF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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