Html Css Color HEX #BAFC0B Electric Lime

📋 copy color: '#BAFC0B'

red 186 ◦ green 252 ◦ blue 11

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

Shades of Electric Lime #BAFC0B

Tints of Electric Lime #BAFC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.45%

R = 41.43%
G = 56.12%
B = 2.45%

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

#BAFC0B (or 0xBAFC0B) is known color: Electric Lime. HEX triplet: BA, FC and 0B. RGB value is (186,252,11). Sum of RGB (Red+Green+Blue) = 186+252+11=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 252 (98.83% from 255 or 56.12% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFC0B is #4503F4. Grayscale: #CDCDCD. Windows color (decimal): -4522997 or 785594. OLE color: 785594.

HSL color Cylindrical-coordinate representation of color #BAFC0B: hue angle of 76.43º 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 #BAFC0B is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 252 11 -
CMYK 0.26 0 0.96 0.01
HSL 76.43º 0.98% 0.52% -
HSV(B) 76.43º 0.96% 0.99% -
XYZ 55.12 80.08 12.87 -
YUV 204.79 18.63 114.6 -
System Red Green Blue C M Y K H S L
Decimal 186 252 11 0.26 0 0.96 0.01 76.43 0.98 0.52
Hex BA FC B 1A 0 60 1 4C 62 34
Octal 272 374 13 32 0 140 1 114 142 64
Binary 10111010 11111100 1011 11010 0 1100000 1 1001100 1100010 110100

Color Harmonies of #BAFC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFC0B

Black with #BAFC0B

Text Example


Text Example

White with #BAFC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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