Html Css Color HEX #BAF90A Electric Lime

📋 copy color: '#BAF90A'

red 186 ◦ green 249 ◦ blue 10

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

Shades of Electric Lime #BAF90A

Tints of Electric Lime #BAF90A

RGB

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

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

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

R = 41.8%
G = 55.96%
B = 2.25%

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

#BAF90A (or 0xBAF90A) is known color: Electric Lime. HEX triplet: BA, F9 and 0A. RGB value is (186,249,10). Sum of RGB (Red+Green+Blue) = 186+249+10=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 249 (97.66% from 255 or 55.96% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF90A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF90A is #4506F5. Grayscale: #CBCBCB. Windows color (decimal): -4523766 or 719290. OLE color: 719290.

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

Color convert

RGB 186 249 10 -
CMYK 0.25 0 0.96 0.02
HSL 75.82º 0.95% 0.51% -
HSV(B) 75.82º 0.96% 0.98% -
XYZ 54.18 78.21 12.53 -
YUV 202.92 19.13 115.93 -
System Red Green Blue C M Y K H S L
Decimal 186 249 10 0.25 0 0.96 0.02 75.82 0.95 0.51
Hex BA F9 A 19 0 60 2 4C 5F 33
Octal 272 371 12 31 0 140 2 114 137 63
Binary 10111010 11111001 1010 11001 0 1100000 10 1001100 1011111 110011

Color Harmonies of #BAF90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF90A

Black with #BAF90A

Text Example


Text Example

White with #BAF90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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