Html Css Color HEX #BAFF03 Electric Lime

📋 copy color: '#BAFF03'

red 186 ◦ green 255 ◦ blue 3

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

Shades of Electric Lime #BAFF03

Tints of Electric Lime #BAFF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 41.89%
G = 57.43%
B = 0.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#BAFF03 (or 0xBAFF03) is known color: Electric Lime. HEX triplet: BA, FF and 03. RGB value is (186,255,3). Sum of RGB (Red+Green+Blue) = 186+255+3=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 3 (1.56% from 255 or 0.68% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF03 is #4500FC. Grayscale: #CECECE. Windows color (decimal): -4522237 or 262074. OLE color: 262074.

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

Color convert

RGB 186 255 3 -
CMYK 0.27 0 0.99 0
HSL 76.43º 1% 0.51% -
HSV(B) 76.43º 0.99% 1% -
XYZ 56.03 81.97 12.95 -
YUV 205.64 13.64 113.99 -
System Red Green Blue C M Y K H S L
Decimal 186 255 3 0.27 0 0.99 0 76.43 1 0.51
Hex BA FF 3 1B 0 63 0 4C 64 33
Octal 272 377 3 33 0 143 0 114 144 63
Binary 10111010 11111111 11 11011 0 1100011 0 1001100 1100100 110011

Color Harmonies of #BAFF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFF03

Black with #BAFF03

Text Example


Text Example

White with #BAFF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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