Html Css Color HEX #BAFF0B Electric Lime

📋 copy color: '#BAFF0B'

red 186 ◦ green 255 ◦ blue 11

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

Shades of Electric Lime #BAFF0B

Tints of Electric Lime #BAFF0B

RGB

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

 GREEN value IS 255 (100% from 255) = 56.42%

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

R = 41.15%
G = 56.42%
B = 2.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#BAFF0B (or 0xBAFF0B) is known color: Electric Lime. HEX triplet: BA, FF and 0B. RGB value is (186,255,11). Sum of RGB (Red+Green+Blue) = 186+255+11=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 11 (4.69% from 255 or 2.43% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF0B is #4500F4. Grayscale: #CFCFCF. Windows color (decimal): -4522229 or 786362. OLE color: 786362.

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

Color convert

RGB 186 255 11 -
CMYK 0.27 0 0.96 0
HSL 76.97º 1% 0.52% -
HSV(B) 76.97º 0.96% 1% -
XYZ 56.07 81.98 13.19 -
YUV 206.55 17.64 113.34 -
System Red Green Blue C M Y K H S L
Decimal 186 255 11 0.27 0 0.96 0 76.97 1 0.52
Hex BA FF B 1B 0 60 0 4D 64 34
Octal 272 377 13 33 0 140 0 115 144 64
Binary 10111010 11111111 1011 11011 0 1100000 0 1001101 1100100 110100

Color Harmonies of #BAFF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFF0B

Black with #BAFF0B

Text Example


Text Example

White with #BAFF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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