Html Css Color HEX #BAFD0A Electric Lime

📋 copy color: '#BAFD0A'

red 186 ◦ green 253 ◦ blue 10

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

Shades of Electric Lime #BAFD0A

Tints of Electric Lime #BAFD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.23%

R = 41.43%
G = 56.35%
B = 2.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#BAFD0A (or 0xBAFD0A) is known color: Electric Lime. HEX triplet: BA, FD and 0A. RGB value is (186,253,10). Sum of RGB (Red+Green+Blue) = 186+253+10=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 253 (99.22% from 255 or 56.35% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFD0A is #4502F5. Grayscale: #CECECE. Windows color (decimal): -4522742 or 720314. OLE color: 720314.

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

Color convert

RGB 186 253 10 -
CMYK 0.26 0 0.96 0.01
HSL 76.54º 0.98% 0.52% -
HSV(B) 76.54º 0.96% 0.99% -
XYZ 55.43 80.71 12.94 -
YUV 205.27 17.8 114.26 -
System Red Green Blue C M Y K H S L
Decimal 186 253 10 0.26 0 0.96 0.01 76.54 0.98 0.52
Hex BA FD A 1A 0 60 1 4D 62 34
Octal 272 375 12 32 0 140 1 115 142 64
Binary 10111010 11111101 1010 11010 0 1100000 1 1001101 1100010 110100

Color Harmonies of #BAFD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFD0A

Black with #BAFD0A

Text Example


Text Example

White with #BAFD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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