Html Css Color HEX #BAFE11 Electric Lime

📋 copy color: '#BAFE11'

red 186 ◦ green 254 ◦ blue 17

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

Shades of Electric Lime #BAFE11

Tints of Electric Lime #BAFE11

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.58%

 BLUE value IS 17 (7.03% from 255) = 3.72%

R = 40.7%
G = 55.58%
B = 3.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#BAFE11 (or 0xBAFE11) is known color: Electric Lime. HEX triplet: BA, FE and 11. RGB value is (186,254,17). Sum of RGB (Red+Green+Blue) = 186+254+17=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 254 (99.61% from 255 or 55.58% from 457); Blue value is 17 (7.03% from 255 or 3.72% from 457); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFE11 is #4501EE. Grayscale: #CFCFCF. Windows color (decimal): -4522479 or 1179322. OLE color: 1179322.

HSL color Cylindrical-coordinate representation of color #BAFE11: hue angle of 77.22º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAFE11 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 254 17 -
CMYK 0.27 0 0.93 0.00
HSL 77.22º 0.99% 0.53% -
HSV(B) 77.22º 0.93% 1% -
XYZ 55.79 81.36 13.29 -
YUV 206.65 20.97 113.27 -
System Red Green Blue C M Y K H S L
Decimal 186 254 17 0.27 0 0.93 0.00 77.22 0.99 0.53
Hex BA FE 11 1B 0 5D 0 4D 63 35
Octal 272 376 21 33 0 135 0 115 143 65
Binary 10111010 11111110 10001 11011 0 1011101 0 1001101 1100011 110101

Color Harmonies of #BAFE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFE11

Black with #BAFE11

Text Example


Text Example

White with #BAFE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFE11; }

 p { color: rgb(186,254,17); }

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

background-color css

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

 a { background-color: rgb(186,254,17); }

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

border-color css

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

 span { border-color: rgb(186,254,17); }

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