Html Css Color HEX #BAFD03 Electric Lime

📋 copy color: '#BAFD03'

red 186 ◦ green 253 ◦ blue 3

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

Shades of Electric Lime #BAFD03

Tints of Electric Lime #BAFD03

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.24%

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

R = 42.08%
G = 57.24%
B = 0.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#BAFD03 (or 0xBAFD03) is known color: Electric Lime. HEX triplet: BA, FD and 03. RGB value is (186,253,3). Sum of RGB (Red+Green+Blue) = 186+253+3=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 253 (99.22% from 255 or 57.24% from 442); Blue value is 3 (1.56% from 255 or 0.68% from 442); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFD03 is #4502FC. Grayscale: #CDCDCD. Windows color (decimal): -4522749 or 261562. OLE color: 261562.

HSL color Cylindrical-coordinate representation of color #BAFD03: hue angle of 76.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAFD03 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 253 3 -
CMYK 0.26 0 0.99 0.01
HSL 76.08º 0.98% 0.5% -
HSV(B) 76.08º 0.99% 0.99% -
XYZ 55.39 80.7 12.74 -
YUV 204.47 14.3 114.83 -
System Red Green Blue C M Y K H S L
Decimal 186 253 3 0.26 0 0.99 0.01 76.08 0.98 0.5
Hex BA FD 3 1A 0 63 1 4C 62 32
Octal 272 375 3 32 0 143 1 114 142 62
Binary 10111010 11111101 11 11010 0 1100011 1 1001100 1100010 110010

Color Harmonies of #BAFD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFD03

Black with #BAFD03

Text Example


Text Example

White with #BAFD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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