Html Css Color HEX #BAFC0A Electric Lime

📋 copy color: '#BAFC0A'

red 186 ◦ green 252 ◦ blue 10

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

Shades of Electric Lime #BAFC0A

Tints of Electric Lime #BAFC0A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56.25%

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

R = 41.52%
G = 56.25%
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

#BAFC0A (or 0xBAFC0A) is known color: Electric Lime. HEX triplet: BA, FC and 0A. RGB value is (186,252,10). Sum of RGB (Red+Green+Blue) = 186+252+10=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 252 (98.83% from 255 or 56.25% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFC0A is #4503F5. Grayscale: #CDCDCD. Windows color (decimal): -4522998 or 720058. OLE color: 720058.

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

Color convert

RGB 186 252 10 -
CMYK 0.26 0 0.96 0.01
HSL 76.36º 0.98% 0.51% -
HSV(B) 76.36º 0.96% 0.99% -
XYZ 55.11 80.08 12.84 -
YUV 204.68 18.13 114.68 -
System Red Green Blue C M Y K H S L
Decimal 186 252 10 0.26 0 0.96 0.01 76.36 0.98 0.51
Hex BA FC A 1A 0 60 1 4C 62 33
Octal 272 374 12 32 0 140 1 114 142 63
Binary 10111010 11111100 1010 11010 0 1100000 1 1001100 1100010 110011

Color Harmonies of #BAFC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFC0A

Black with #BAFC0A

Text Example


Text Example

White with #BAFC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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