Html Css Color HEX #BAF905 Electric Lime

📋 copy color: '#BAF905'

red 186 ◦ green 249 ◦ blue 5

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

Shades of Electric Lime #BAF905

Tints of Electric Lime #BAF905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 42.27%
G = 56.59%
B = 1.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#BAF905 (or 0xBAF905) is known color: Electric Lime. HEX triplet: BA, F9 and 05. RGB value is (186,249,5). Sum of RGB (Red+Green+Blue) = 186+249+5=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 249 (97.66% from 255 or 56.59% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF905 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF905 is #4506FA. Grayscale: #CBCBCB. Windows color (decimal): -4523771 or 391610. OLE color: 391610.

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

Color convert

RGB 186 249 5 -
CMYK 0.25 0 0.98 0.02
HSL 75.49º 0.96% 0.5% -
HSV(B) 75.49º 0.98% 0.98% -
XYZ 54.15 78.2 12.38 -
YUV 202.35 16.63 116.34 -
System Red Green Blue C M Y K H S L
Decimal 186 249 5 0.25 0 0.98 0.02 75.49 0.96 0.5
Hex BA F9 5 19 0 62 2 4B 60 32
Octal 272 371 5 31 0 142 2 113 140 62
Binary 10111010 11111001 101 11001 0 1100010 10 1001011 1100000 110010

Color Harmonies of #BAF905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF905

Black with #BAF905

Text Example


Text Example

White with #BAF905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF905; }

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

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

background-color css

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

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

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

border-color css

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

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

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