Html Css Color HEX #BAF603 Electric Lime

📋 copy color: '#BAF603'

red 186 ◦ green 246 ◦ blue 3

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

Shades of Electric Lime #BAF603

Tints of Electric Lime #BAF603

RGB

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

 GREEN value IS 246 (96.48% from 255) = 56.55%

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

R = 42.76%
G = 56.55%
B = 0.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#BAF603 (or 0xBAF603) is known color: Electric Lime. HEX triplet: BA, F6 and 03. RGB value is (186,246,3). Sum of RGB (Red+Green+Blue) = 186+246+3=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 246 (96.48% from 255 or 56.55% from 435); Blue value is 3 (1.56% from 255 or 0.69% from 435); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF603 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF603 is #4509FC. Grayscale: #C9C9C9. Windows color (decimal): -4524541 or 259770. OLE color: 259770.

HSL color Cylindrical-coordinate representation of color #BAF603: hue angle of 74.81º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAF603 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 3 -
CMYK 0.24 0 0.99 0.04
HSL 74.81º 0.98% 0.49% -
HSV(B) 74.81º 0.99% 0.96% -
XYZ 53.22 76.36 12.02 -
YUV 200.36 16.62 117.76 -
System Red Green Blue C M Y K H S L
Decimal 186 246 3 0.24 0 0.99 0.04 74.81 0.98 0.49
Hex BA F6 3 18 0 63 4 4B 62 31
Octal 272 366 3 30 0 143 4 113 142 61
Binary 10111010 11110110 11 11000 0 1100011 100 1001011 1100010 110001

Color Harmonies of #BAF603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF603

Black with #BAF603

Text Example


Text Example

White with #BAF603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF603; }

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

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

background-color css

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

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

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

border-color css

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

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

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