Html Css Color HEX #BAFD01 Electric Lime

📋 copy color: '#BAFD01'

red 186 ◦ green 253 ◦ blue 1

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

Shades of Electric Lime #BAFD01

Tints of Electric Lime #BAFD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 42.27%
G = 57.5%
B = 0.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#BAFD01 (or 0xBAFD01) is known color: Electric Lime. HEX triplet: BA, FD and 01. RGB value is (186,253,1). Sum of RGB (Red+Green+Blue) = 186+253+1=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 253 (99.22% from 255 or 57.5% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFD01 is #4502FE. Grayscale: #CDCDCD. Windows color (decimal): -4522751 or 130490. OLE color: 130490.

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

Color convert

RGB 186 253 1 -
CMYK 0.26 0 1.00 0.01
HSL 75.95º 0.99% 0.5% -
HSV(B) 75.95º 1% 0.99% -
XYZ 55.38 80.69 12.68 -
YUV 204.24 13.3 114.99 -
System Red Green Blue C M Y K H S L
Decimal 186 253 1 0.26 0 1.00 0.01 75.95 0.99 0.5
Hex BA FD 1 1A 0 64 1 4C 63 32
Octal 272 375 1 32 0 144 1 114 143 62
Binary 10111010 11111101 1 11010 0 1100100 1 1001100 1100011 110010

Color Harmonies of #BAFD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFD01

Black with #BAFD01

Text Example


Text Example

White with #BAFD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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