Html Css Color HEX #BAF90B Electric Lime

📋 copy color: '#BAF90B'

red 186 ◦ green 249 ◦ blue 11

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

Shades of Electric Lime #BAF90B

Tints of Electric Lime #BAF90B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.83%

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

R = 41.7%
G = 55.83%
B = 2.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#BAF90B (or 0xBAF90B) is known color: Electric Lime. HEX triplet: BA, F9 and 0B. RGB value is (186,249,11). Sum of RGB (Red+Green+Blue) = 186+249+11=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 249 (97.66% from 255 or 55.83% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF90B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF90B is #4506F4. Grayscale: #CBCBCB. Windows color (decimal): -4523765 or 784826. OLE color: 784826.

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

Color convert

RGB 186 249 11 -
CMYK 0.25 0 0.96 0.02
HSL 75.88º 0.95% 0.51% -
HSV(B) 75.88º 0.96% 0.98% -
XYZ 54.19 78.21 12.56 -
YUV 203.03 19.63 115.85 -
System Red Green Blue C M Y K H S L
Decimal 186 249 11 0.25 0 0.96 0.02 75.88 0.95 0.51
Hex BA F9 B 19 0 60 2 4C 5F 33
Octal 272 371 13 31 0 140 2 114 137 63
Binary 10111010 11111001 1011 11001 0 1100000 10 1001100 1011111 110011

Color Harmonies of #BAF90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF90B

Black with #BAF90B

Text Example


Text Example

White with #BAF90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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